We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa26ed6 commit f2f7765Copy full SHA for f2f7765
.github/workflows/board.yml
@@ -90,7 +90,7 @@ jobs:
90
# Add Issue/PR to board depending on event type
91
item_id="$( gh api graphql -f query='
92
mutation($project:ID!, $id:ID!) {
93
- addProjectV2ItemById(input: {projectId: $project, contentId: $pr}) {
+ addProjectV2ItemById(input: {projectId: $project, contentId: $id}) {
94
item {
95
id
96
}
0 commit comments