on: push: workflow_dispatch: schedule: - cron: '30 0 * * *' permissions: contents: write jobs: update: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - shell: bash run: | git config user.name sirekanian git config user.email sirekanian@pm.me ./update.sh git push