diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 4864641e..6893c058 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -26,7 +26,7 @@ jobs: - name: Update backups run: github-backup neovim --exclude neovim-backup winget-pkgs --token ${{ secrets.PAT }} --fork --incremental --issues --issue-comments --pulls --pull-comments - name: Push changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Backup update commit_user_name: marvim