Sofware-Tools Commit #15915
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: Sofware-Tools Commit | |
on: | |
push: | |
branches: | |
- main | |
schedule: | |
- cron: "3 * * * *" | |
jobs: | |
AhmadChenDev-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
persist-credentials: false | |
fetch-depth: 0 | |
- name: Run Bot Task | |
run: | | |
chmod +x ./task.sh | |
./task.sh | |
- name: GitHub Push | |
uses: actions/checkout@v2 | |
with: | |
force: true | |
directory: "." | |
github_token: ${{ secrets.GITHUB_TOKEN }} |