Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 12, 2023
1 parent dc8ca92 commit 0746963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icon-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
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
Expand Down

0 comments on commit 0746963

Please sign in to comment.