Skip to content

Commit 5ae415a

Browse files
committed
fix(add-issue-to-project): update issue_id variable
1 parent e6b43f3 commit 5ae415a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-issue-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Add Issue to project
6262
env:
6363
GH_TOKEN: ${{ steps.bot-token.outputs.token }}
64-
ISSUE_ID: ${{ github.event.issues.node_id }}
64+
ISSUE_ID: ${{ github.event.issue.node_id }}
6565

6666
run: |
6767
item_id="$( gh api graphql -f query='

0 commit comments

Comments
 (0)