Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 21, 2023
1 parent ccc65ca commit a6223db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: 'Checkout codes'
uses: actions/checkout@v1
- name: 'Get Wakeup'
run: bash /.github/workflows/wakeup.sh
run: bash .github/workflows/wakeup.sh
- name: 'Get Date'
run: echo "REPORT_DATE=$(TZ=':Asia/Shanghai' date '+%Y-%m-%d %T')" >> $GITHUB_ENV

0 comments on commit a6223db

Please sign in to comment.