diff --git a/.github/workflows/autoformatter.yml b/.github/workflows/autoformatter.yml index ad7fa6e..43715ba 100644 --- a/.github/workflows/autoformatter.yml +++ b/.github/workflows/autoformatter.yml @@ -55,4 +55,4 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.BOT_ACCESS_TOKEN}} - branch: ${{ github.ref }} \ No newline at end of file + branch: ${{ github.head_ref }} \ No newline at end of file