Skip to content

Commit

Permalink
chore: fix board refactor (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Jul 17, 2024
1 parent d16e258 commit 5271110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Add Issue/PR to board depending on event type
item_id="$( gh api graphql -f query='
mutation($project:ID!, $id:ID!) {
addProjectV2ItemById(input: {projectId: $project, contentId: $pr}) {
addProjectV2ItemById(input: {projectId: $project, contentId: $id}) {
item {
id
}
Expand Down

0 comments on commit 5271110

Please sign in to comment.