diff --git a/.github/workflows/create-milestone.yml b/.github/workflows/create-milestone.yml index 10dd5b3..5ff40b3 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