From a5a01c3a7bf8fadb787e9baa590e51b44338e591 Mon Sep 17 00:00:00 2001 From: jmcgrathTT Date: Thu, 13 Feb 2025 20:33:54 +0000 Subject: [PATCH] test --- .github/actions/add-last-updated/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"