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 219f90c commit 5231f3dCopy full SHA for 5231f3d
.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