diff --git a/.github/workflows/format-lint.yml b/.github/workflows/format-lint.yml index c5d4ee67..f389147b 100644 --- a/.github/workflows/format-lint.yml +++ b/.github/workflows/format-lint.yml @@ -32,6 +32,7 @@ jobs: git config --global user.email "shea.wow@hotmail.com" git config --global user.name Shea Dougherty-Gill git commit -a -m "Prettier formatting ${{ vars.IGNORE_DEPLOY }}" + git pull git push origin HEAD:${{ github.head_ref }} - name: Lint