HiFiNi 自动签到 #275
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: HiFiNi 自动签到 | |
on: | |
push: | |
branches: | |
- master | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout codes | |
uses: actions/checkout@v3 | |
- name: Set go | |
uses: actions/setup-go@v3 | |
with: | |
go-version: '^1.14' | |
- name: HIFINI 自动签到 | |
env: | |
COOKIE: ${{ secrets.COOKIE }} | |
run: go run main.go |