cheat-client-hashes #353
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: cheat-client-hashes | |
| on: | |
| schedule: | |
| - cron: '0 0 * * *' | |
| branches: | |
| - master | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Generate hash list | |
| run: python hashlist.py | |
| - name: Create Pull Request | |
| uses: peter-evans/create-pull-request@v7 | |
| with: | |
| commit-message: "[CI] Update cheat client hash list" | |
| branch: cheat-client-hashes | |
| delete-branch: true | |
| title: "[CI] Update cheat client hash list" |