From 182090c278ff3c539ac81eb8c6b8e305947dd442 Mon Sep 17 00:00:00 2001 From: StarManTheGamer <68450308+StarManTheGamer@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:53:17 -0500 Subject: [PATCH] mayyyyyybeeee? --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index e21922c..e0eb87b 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -45,6 +45,6 @@ jobs: - name: Push changes if: env.changes_committed == 'true' - run: git push origin HEAD:${{ github.head_ref }} + run: git push origin HEAD:${{ github.event.pull_request.head.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}