Skip to content

Commit

Permalink
Unstash? come on...
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Nov 7, 2024
1 parent 0934228 commit 10f8b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-upstream.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ workflow(
git stash
git checkout commits-to-upstream-badge
rm $badgeFileName
git unstash
git stash pop
git add $badgeFileName
git config --global user.email "<>"
git config --global user.name "GitHub Actions Bot"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git stash
git checkout commits-to-upstream-badge
rm commits-to-upstream-badge.svg
git unstash
git stash pop
git add commits-to-upstream-badge.svg
git config --global user.email "<>"
git config --global user.name "GitHub Actions Bot"
Expand Down

0 comments on commit 10f8b91

Please sign in to comment.