diff --git a/.github/workflows/FixFormat.yml b/.github/workflows/FixFormat.yml index 859b24c..3aed2e7 100644 --- a/.github/workflows/FixFormat.yml +++ b/.github/workflows/FixFormat.yml @@ -21,11 +21,10 @@ jobs: version: '1' - run: make format-fix - name: Create pull request - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 with: token: '${{ secrets.GITHUB_TOKEN }}' commit-message: "🤖 Automatic code formatting" - committer: "GitHub Actions CI " title: "🤖 Automatic code formatting" body: | This pull request fixes the code formatting of the Julia files in branch ${{ github.ref_name }}.