Skip to content

Commit 98f4588

Browse files
update example workflow
1 parent ea01488 commit 98f4588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/on-issue-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
1919
- name: Upload custom code
2020
if: ${{ steps.checkForKeyword.outputs.triggered == 'true' }}
21-
uses: optimizely/upload-custom-code-action@1.0.0
21+
uses: optimizely/upload-custom-code-action@v1.0.3
2222
id: upload-custom-code
2323
with:
2424
optimizely-access-token: ${{ secrets.OPTIMIZELY_API_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)