Skip to content

Commit 806ed01

Browse files
committed
Fix chocolatey test
1 parent 981bfb6 commit 806ed01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-chocolatey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

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

2626
jobs:
2727
test:

0 commit comments

Comments
 (0)