Skip to content

Commit f2f7765

Browse files
committed
refactor: There has to be a better way to test these workflows
1 parent aa26ed6 commit f2f7765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/board.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# Add Issue/PR to board depending on event type
9191
item_id="$( gh api graphql -f query='
9292
mutation($project:ID!, $id:ID!) {
93-
addProjectV2ItemById(input: {projectId: $project, contentId: $pr}) {
93+
addProjectV2ItemById(input: {projectId: $project, contentId: $id}) {
9494
item {
9595
id
9696
}

0 commit comments

Comments
 (0)