Build & Release hezhijie0327/GFWList2AGH #3870
This file contains hidden or 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: Build & Release hezhijie0327/GFWList2AGH | |
| on: | |
| schedule: | |
| - cron: "0 0 * * *" | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Step 1 - Checkout | |
| uses: actions/checkout@v7 | |
| - name: Step 2 - Build GFWList2AGH | |
| run: | | |
| bash release.sh | |
| - name: Step 3 - Release GFWList2AGH | |
| run: | | |
| curl -s "https://raw.githubusercontent.com/hezhijie0327/Toolkit/main/Git.sh" > "/tmp/Git.sh" | |
| sudo bash "/tmp/Git.sh" -u "hezhijie0327" -e "hezhijie0327@hotmail.com" -f "." -r "GFWList2AGH" -i "Generated by GitHub Actions" -m "push" |