Skip to content

Commit

Permalink
Update time format in score.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 committed Mar 27, 2024
1 parent 4f4fea8 commit 7692595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/score.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Get current time
id: current-time
run: echo "::set-output name=time::$(date +'%Y-%m-%dT%H:%M:%SZ')"
run: echo "::set-output name=time::$(date -u +'%H:%M:%S' -d '+9 hours')"

- uses: actions/checkout@v4

Expand Down

0 comments on commit 7692595

Please sign in to comment.