Skip to content

Commit

Permalink
Update .github/workflows/context.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jun 6, 2023
1 parent 63aafae commit d9a891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
format: YYYYMMDD-HH
utcOffset: "+08:00"
- name: Set time
run: echo ::set-env name=WORKFLOW_START_TIME::$(date +%s)
run: echo $(date +%s)
- name: Use current time
env:
TIME: "${{ steps.current-time.outputs.time }}"
Expand Down

0 comments on commit d9a891d

Please sign in to comment.