We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c95093 commit 2751135Copy full SHA for 2751135
.github/workflows/add-to-project.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- id: add
26
name: Add ${{ format('#{0}', github.event.number || github.event.issue.number) }} to project
27
- uses: actions/add-to-project@v0.4.1
+ uses: actions/add-to-project@v0.5.0
28
with:
29
github-token: ${{ secrets.PAT_REPO }}
30
project-url: |
0 commit comments