Skip to content

Commit

Permalink
yml lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Oct 28, 2024
1 parent 3e38091 commit cfa2785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfa2785

Please sign in to comment.