From 575ca92161a692afd58753e101be70aec020453e Mon Sep 17 00:00:00 2001 From: Elson Costa Date: Tue, 27 Feb 2024 21:10:14 -0300 Subject: [PATCH] teste --- .github/workflows/prettier-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier-php.yml b/.github/workflows/prettier-php.yml index d97e20677..0febf9465 100644 --- a/.github/workflows/prettier-php.yml +++ b/.github/workflows/prettier-php.yml @@ -53,7 +53,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "GitHub Actions" git commit --no-verify -am "PHP code format - (prettier)" - git push + git push origin HEAD:${{ github.ref }} # - name: 🚢 Push to origin? # if: ${{ github.ref != 'refs/heads/main' }}