You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ jobs:
38
38
steps:
39
39
- name: "CLA Assistant"
40
40
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
42
42
env:
43
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
44
# the below token should have repo scope and must be manually added by you in the repository's secret
0 commit comments