From 0746963d5748c02d532a6d2c4d896f447ef98636 Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Sun, 12 Nov 2023 15:42:06 +0100 Subject: [PATCH] Update workflow file --- .github/workflows/icon-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/icon-review.yml b/.github/workflows/icon-review.yml index 04aa2b0146..4efc8b07e0 100644 --- a/.github/workflows/icon-review.yml +++ b/.github/workflows/icon-review.yml @@ -30,10 +30,10 @@ jobs: git config user.name "GitHub Actions" git config user.email "actions@github.com" git checkout -b review-images + git add review-images/ git commit -m "Add generated review image" git config pull.rebase true git pull origin review-images - git add review-images/ git push origin review-images - name: Post previews in PR