Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgrathTT committed Feb 13, 2025
1 parent eb09522 commit a5a01c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/add-last-updated/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ runs:
-H "Content-Type: application/json" \
-d "{ \"query\": \"mutation { updateProjectV2ItemFieldValue(input: { projectId: \\\"${{ inputs.project_id }}\\\", itemId: \\\"${{ env.ITEM_ID }}\\\", fieldId: \\\"${{ inputs.field_id }}\\\", value: { date: \\\"$current_date\\\" } }) { clientMutationId } }\" }" \
-X POST \
"https://api.github.com/graphql"
"https://api.github.com/graphql"

0 comments on commit a5a01c3

Please sign in to comment.