From d7423a7898a0bf0bc0b1c8ab9fc586b9f5489114 Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Mon, 13 Nov 2023 18:58:45 +0100 Subject: [PATCH] Update worfklow --- .github/workflows/icon-review.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/icon-review.yml b/.github/workflows/icon-review.yml index b75f8a184f..55b19226fc 100644 --- a/.github/workflows/icon-review.yml +++ b/.github/workflows/icon-review.yml @@ -33,7 +33,6 @@ jobs: git add review-images/ git commit -m "Add generated review image" git config pull.rebase true - git pull origin review-images -X ours git push origin review-images - name: Post review in PR ✍️