Skip to content

Commit dff2339

Browse files
authored
Update codenotify.yml
1 parent e7fb921 commit dff2339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codenotify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
13-
- uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@v0.4
13+
- uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@vX.Y.Z (check releases on GitHub for latest version number)
1414
env:
1515
# This token needs to have repo scope and read:org scope (to be able to mention teams).
1616
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)