Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Dvoinos authored Nov 1, 2022
1 parent 31b50f7 commit a1dc2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ runs:
run: |
TIME=$(date)
echo Time is: $TIME
echo "{time}=$(echo $TIME)" >> $GITHUB_OUTPUT
echo "time=$(echo $TIME)" >> $GITHUB_OUTPUT
shell: bash

0 comments on commit a1dc2ba

Please sign in to comment.