We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29466c4 commit d3a7d63Copy full SHA for d3a7d63
.github/workflows/add-to-project.yml
@@ -39,7 +39,7 @@ jobs:
39
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
40
- id: add-item
41
name: Add ${{ format('#{0}', github.event.number) }} to project
42
- uses: actions/add-to-project@v0.6.1
+ uses: actions/add-to-project@v1.0.2
43
with:
44
github-token: ${{ steps.bot-token.outputs.token }}
45
project-url: |
0 commit comments