Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/wakeup.sh
  • Loading branch information
[email protected] committed Dec 21, 2023
2 parents 471e31f + 3503a2b commit ccc65ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 ./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

2 changes: 1 addition & 1 deletion .github/workflows/wakeup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ curl 'https://glados.space/api/user/checkin' \
-H 'sec-fetch-site: same-origin' \
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36' \
--data-raw '{"token":"glados.one"}' \
--compressed
--compressed

0 comments on commit ccc65ca

Please sign in to comment.