Skip to content

Commit

Permalink
Test GH Workflow - Mark Under Review - Attempt node-red#32
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Mar 27, 2024
1 parent 1793fea commit 5756168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/record-in-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
echo "ISSUE_ITEM_ID=$ISSUE_ITEM_ID"
updatedAt="$( gh api graphql -f query='
mutation(
$itemId:ID!,
$projectId:ID!,
$date: Date!
$itemId: ID!,
$projectId: ID!,
$date: String!
) {
markUnderReview: updateProjectV2ItemFieldValue(
input: {
Expand Down

0 comments on commit 5756168

Please sign in to comment.