Skip to content

Sofware-Tools Commit #15915

Sofware-Tools Commit

Sofware-Tools Commit #15915

Workflow file for this run

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 }}