diff --git a/.github/workflows/FixFormat.yml b/.github/workflows/FixFormat.yml index 2e321b4..8005720 100644 --- a/.github/workflows/FixFormat.yml +++ b/.github/workflows/FixFormat.yml @@ -21,7 +21,7 @@ jobs: version: '1' - run: make format-fix - name: Create pull request - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e + uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e with: token: '${{ secrets.GITHUB_TOKEN }}' commit-message: "🤖 Automatic code formatting"