Update examples to point at release version

This commit is contained in:
Lukasz Warchol
2022-06-28 09:33:15 +00:00
committed by GitHub
parent 79db2f4851
commit 7ca6a73a54

View File

@@ -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/<orgName>/projects/<projectNumber>
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}