diff --git a/.github/workflows/format_fix.yml b/.github/workflows/format_fix.yml index 4534dd7..4d76c0a 100644 --- a/.github/workflows/format_fix.yml +++ b/.github/workflows/format_fix.yml @@ -26,7 +26,7 @@ jobs: - run: make format-fix - name: Create pull request id: create_pr - uses: peter-evans/create-pull-request@171dd555b9ab6b18fa02519fdfacbb8bf671e1b4 + uses: peter-evans/create-pull-request@671dc9c9e0c2d73f07fa45a3eb0220e1622f0c5f with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: '🤖 Automatically format the source code files'