From 6caae07fa6237d825fabc81ed855c9ae9708022d Mon Sep 17 00:00:00 2001 From: retinfai Date: Thu, 29 Feb 2024 14:05:41 +1300 Subject: [PATCH] Change to head ref --- .github/workflows/autoformatter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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