Skip to content

Commit

Permalink
Fix chocolatey test
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jan 20, 2025
1 parent 981bfb6 commit 806ed01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CHOCOLATEY-REPOSITORY: chocolatey-pkgs
DOTTY_CI_INSTALLATION: ${{ endsWith(inputs.version, '-local') && '' || secrets.GITHUB_TOKEN }}
DOTTY_CI_INSTALLATION: ${{ endsWith(inputs.version, '-local') && secrets.GITHUB_TOKEN || '' }}

jobs:
test:
Expand Down

0 comments on commit 806ed01

Please sign in to comment.