Skip to content

Commit

Permalink
Revert "fixing variable reference (#2440)"
Browse files Browse the repository at this point in the history
This reverts commit 067e900.
  • Loading branch information
SeSeicht committed Dec 13, 2022
1 parent adda220 commit 1641fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform.assignIssueToProject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id
}
}
}' -f project=$bugBoardId -f issue=${{ github.event.issue.node_id }} --jq '.data.addProjectV2ItemById.projectV2Item.id'
}' -f project=@bugBoardId -f issue=${{ github.event.issue.node_id }} --jq '.data.addProjectV2ItemById.projectV2Item.id'
- name: 'Add Issues to Backlog Board'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -67,4 +67,4 @@ jobs:
id
}
}
}' -f project=$backlogId -f issue=${{ github.event.issue.node_id }} --jq '.data.addProjectV2ItemById.projectV2Item.id'
}' -f project=@backlogId -f issue=${{ github.event.issue.node_id }} --jq '.data.addProjectV2ItemById.projectV2Item.id'

0 comments on commit 1641fcf

Please # to comment.