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 ea01488 commit 98f4588Copy full SHA for 98f4588
examples/on-issue-comment.yml
@@ -18,7 +18,7 @@ jobs:
18
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
19
- name: Upload custom code
20
if: ${{ steps.checkForKeyword.outputs.triggered == 'true' }}
21
- uses: optimizely/upload-custom-code-action@1.0.0
+ uses: optimizely/upload-custom-code-action@v1.0.3
22
id: upload-custom-code
23
with:
24
optimizely-access-token: ${{ secrets.OPTIMIZELY_API_ACCESS_TOKEN }}
0 commit comments