diff --git a/.github/workflows/gen-configs.yaml b/.github/workflows/gen-configs.yaml index a6f2b51974..c229b92657 100644 --- a/.github/workflows/gen-configs.yaml +++ b/.github/workflows/gen-configs.yaml @@ -119,7 +119,9 @@ jobs: - name: Git Pull if: ${{env.COMMIT == 'true'}} - run: git pull --rebase + run: | + git stash + git pull --rebase - name: Push fresh triggers.txt if: ${{env.COMMIT == 'true'}}