From cfa2785726748392cc9d03546f7b76f62035fd04 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 28 Oct 2024 17:42:06 -0400 Subject: [PATCH] yml lint fix --- .github/workflows/create-milestone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-milestone.yml b/.github/workflows/create-milestone.yml index 10dd5b31..5ff40b3d 100644 --- a/.github/workflows/create-milestone.yml +++ b/.github/workflows/create-milestone.yml @@ -27,7 +27,7 @@ jobs: echo "Debug: Manually Entered Due Date: ${{ github.event.inputs.due_date }}" DUE_DATE="${{ github.event.inputs.due_date }}" - + # Set the date format for the milestone title and due date DATE=$(date -u -d "$DUE_DATE" '+%B %-d, %Y') # Human-readable date DATE_ISO8601=$(date -u -d "$DUE_DATE" '+%Y-%m-%dT23:59:59Z') # ISO8601 format