We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61b87 commit 51a4a57Copy full SHA for 51a4a57
1 file changed
.github/workflows/add-to-project.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "result=$(echo "${{ github.server_url }}/orgs/${{ github.repository_owner }}/projects/${{ vars.GH_PROJECT_NUMBER }}" | xargs)" >>$GITHUB_OUTPUT
44
- id: add-item
45
name: Add ${{ format('#{0}', github.event.number) }} to project
46
- uses: actions/add-to-project@v1.0.2
+ uses: actions/add-to-project@v2.0.0
47
with:
48
github-token: ${{ steps.bot-token.outputs.token }}
49
project-url: ${{ steps.url.outputs.result }}
0 commit comments