diff --git a/.github/workflows/jvs-update.yml b/.github/workflows/jvs-update.yml index 8fdabc7..f3c3eb5 100644 --- a/.github/workflows/jvs-update.yml +++ b/.github/workflows/jvs-update.yml @@ -14,16 +14,6 @@ jobs: - name: fetch, parse run: cd scripts; cargo run - - name: create pr - id: cpr - uses: peter-evans/create-pull-request@v5 + - uses: stefanzweifel/git-auto-commit-action@v5 with: - commit-message: weekly jvs/font update - committer: GitHub - author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> - signoff: false - branch: jvs-update - delete-branch: true - title: 'weekly jvs/font update' - assignees: berrymot - reviewers: berrymot \ No newline at end of file + commit_message: weekly jvs/font update