Skip to content

Commit

Permalink
chore: ammend
Browse files Browse the repository at this point in the history
  • Loading branch information
DinizSa committed Feb 21, 2025
1 parent 98bdab2 commit fe754bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/booster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:
- name: Commit and push changes
run: |
# Stage all changes
git stash pop
if git status | grep -q "both modified"; then
git checkout --theirs .
fi
git checkout stash -- .
git add .
# Create a commit; if there are no changes, this command will fail, so we ignore that error.
Expand Down

0 comments on commit fe754bb

Please sign in to comment.