Skip to content

Commit

Permalink
ADD stash phrase for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
karminski committed Jan 26, 2025
1 parent b358531 commit cfad0b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add assets/images/metrics.svg assets/images/metrics-without-label.svg
git stash
git pull --rebase
git stash pop
git add assets/images/metrics.svg assets/images/metrics-without-label.svg
git commit -m "chore: update metrics svg files" || echo "No changes to commit"
git push
Expand Down

0 comments on commit cfad0b3

Please sign in to comment.