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 15, 2023
1 parent a7aec2e commit ef6ddd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/icon-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

- name: Review SVG files 🔍
Expand All @@ -30,7 +31,7 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git fetch origin
git checkout -b review-images origin/review-images --no-track
git checkout -b review-images
git add review-images/
git commit -m "Add generated review image"
git push -u origin review-images
Expand Down

0 comments on commit ef6ddd2

Please sign in to comment.