diff --git a/.github/workflows/aoc-badges.yml b/.github/workflows/aoc-badges.yml index 9f57029..d5728b9 100644 --- a/.github/workflows/aoc-badges.yml +++ b/.github/workflows/aoc-badges.yml @@ -81,7 +81,7 @@ jobs: session: ${{ secrets.AOC_SESSION }} starsRegex: '(?<=https:\/\/img\.shields\.io\/badge\/stars%20⭐-)[0-9]+(?=-yellow)(?=.*2024)' - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Update badges file_pattern: README.md \ No newline at end of file