解决掉macOS的逆天玩意儿 #39
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
on: | |
push: | |
schedule: | |
- cron: '0 0 * * *' | |
env: | |
PUSHOVER_USER_KEY: ${{ secrets.PUSHOVER_USER_KEY }} | |
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }} | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- run: curl -LO https://github.com/czy-29/workflow-bin/releases/latest/download/workflow-bin | |
- run: chmod +x workflow-bin | |
- run: ./workflow-bin start | |
- uses: actions/checkout@v4 | |
- run: curl -LO https://github.com/czy-29/workflow-bin/releases/latest/download/workflow-bin | |
- run: chmod +x workflow-bin | |
- run: ./workflow-bin run |