Skip to content

Commit

Permalink
Update worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 13, 2023
1 parent d7423a7 commit 171360f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/icon-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
mv ./preview.png review-images/${{ github.event.pull_request.number }}_${{ github.sha }}.png
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git checkout -b review-images
git fetch origin
git checkout -b review-images origin/review-images --no-track
git add review-images/
git commit -m "Add generated review image"
git config pull.rebase true
git push origin review-images
git push -u origin review-images
- name: Post review in PR ✍️
uses: actions/github-script@v6
Expand Down

0 comments on commit 171360f

Please sign in to comment.