From 0120bf14e0df0d5f55eda63a669e9f4ff428e694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Lothor=C3=A9?= Date: Wed, 21 Aug 2024 16:13:32 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dceea59..76c3187c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: steps: - name: "CLA Assistant" 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' - uses: contributor-assistant/github-action@2.5.0 + uses: contributor-assistant/github-action@v2.5.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # the below token should have repo scope and must be manually added by you in the repository's secret