diff --git a/.github/workflows/format_fix.yml b/.github/workflows/format_fix.yml index 8435e26..7be1cf9 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@a4f52f8033a6168103c2538976c07b467e8163bc + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: '🤖 Automatically format the source code files'