Skip to content

Commit 9672a8c

Browse files
authored
Update ai-moderator action version in README
This fails when pasted into an action in a repo, adding a version makes the action work ootb.
1 parent 6bcdb2a commit 9672a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
contents: read
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: github/ai-moderator
37+
- uses: github/ai-moderator@v1
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
spam-label: 'spam'

0 commit comments

Comments
 (0)