Skip to content

Commit 0120bf1

Browse files
committed
readme: fix invalid action tag in main snippet
Current snippet in README is missing the "v" prefix when targeting the action version, resulting in an early failure when trying to open a pull request on a repository with the corresponding action freshly installed. While at it, use the latest tag.
1 parent f419467 commit 0120bf1

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
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- name: "CLA Assistant"
4040
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
41-
uses: contributor-assistant/github-action@2.5.0
41+
uses: contributor-assistant/github-action@v2.5.1
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
# the below token should have repo scope and must be manually added by you in the repository's secret

0 commit comments

Comments
 (0)