From 7ca6a73a544c6350e070a67f31d62ef7e6bbd2e4 Mon Sep 17 00:00:00 2001 From: Lukasz Warchol Date: Tue, 28 Jun 2022 09:33:15 +0000 Subject: [PATCH] Update examples to point at release version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 070556b..5b2fa88 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@main + - uses: actions/add-to-project@RELEASE_VERSION with: project-url: https://github.com/orgs//projects/ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}