Skip to content

Commit

Permalink
fix: Display date
Browse files Browse the repository at this point in the history
  • Loading branch information
kxc171 committed Aug 30, 2024
1 parent 7ee33e6 commit cc7c83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ runs:
shell: bash
run: |
DATE_OUTPUT=$(date '${{ inputs.format }}')
echo "$DATE_OUTPUT"
echo "date-output=$DATE_OUTPUT" >> "$GITHUB_OUTPUT"

0 comments on commit cc7c83d

Please sign in to comment.