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 9f0c2fa commit 1f8fbf2Copy full SHA for 1f8fbf2
.github/workflows/add-issue-to-project.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Add newly opened issue to GitHub Project
21
- uses: actions/add-to-project@v0.6.0
+ uses: actions/add-to-project@v1.0.2
22
with:
23
project-url: ${{ secrets.PROJECT_URL }}
24
github-token: ${{ secrets.PROJECTS_TOKEN }}
0 commit comments