Skip to content

Commit

Permalink
Added missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed Jul 14, 2024
1 parent 1a2c360 commit 0108ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_nuget_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Generate matrix
id: generate_matrix
env:
NUGET_SOURCE: {{ inputs.NUGET_SOURCE }}
NUGET_SOURCE: ${{ inputs.NUGET_SOURCE }}
working-directory: ./scripts
shell: pwsh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
NUGET_SOURCE: ${{ vars.NUGET_STAGING_SOURCE }}
secrets:
NUGET_APIKEY: ${{ secrets.NUGET_STAGING_APIKEY }}
NUGET_APIKEY: ${{ secrets.NUGET_STAGING_APIKEY }}

0 comments on commit 0108ffd

Please sign in to comment.