-
GitHub Action
It's now easier than ever to integrate boywithkeyboard's updater into your workflow.
name: update on: schedule: - cron: '0 0 * * *' workflow_dispatch: permissions: contents: write pull-requests: write jobs: update: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Run updater uses: boywithkeyboard/updater@v0