Skip to content

Commit

Permalink
Corrected syntax to use github context to access actor name
Browse files Browse the repository at this point in the history
  • Loading branch information
345paul committed Oct 26, 2020
1 parent 5d52a1e commit 533187e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo ::set-env name=VERSION_NUMBER_SEM2::$(cat ./version-number.txt)${{ env.VERSION_NUMBER_SUFFIX_SEM2 }}
- name: Update the nuget config with the credentials for the GitHub Package Repository
run: dotnet nuget update source ${{ env.NUGET_SOURCE_NAME }} --username ${{ env.GITHUB_ACTOR }} --password ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget update source ${{ env.NUGET_SOURCE_NAME }} --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}

- name: Update the Chocolatey dependencies for scheduled builds
if: github.event_name == 'schedule'
Expand Down

0 comments on commit 533187e

Please sign in to comment.