diff --git a/.github/actions/add-last-updated/action.yml b/.github/actions/add-last-updated/action.yml index 933eac6..d503dc2 100644 --- a/.github/actions/add-last-updated/action.yml +++ b/.github/actions/add-last-updated/action.yml @@ -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" \ No newline at end of file + "https://api.github.com/graphql"