We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981bfb6 commit 806ed01Copy full SHA for 806ed01
.github/workflows/test-chocolatey.yml
@@ -21,7 +21,7 @@ on:
21
22
env:
23
CHOCOLATEY-REPOSITORY: chocolatey-pkgs
24
- DOTTY_CI_INSTALLATION: ${{ endsWith(inputs.version, '-local') && '' || secrets.GITHUB_TOKEN }}
+ DOTTY_CI_INSTALLATION: ${{ endsWith(inputs.version, '-local') && secrets.GITHUB_TOKEN || '' }}
25
26
jobs:
27
test:
0 commit comments