Skip to content

Commit

Permalink
checkout, but preserve local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndesKrrrrrrrrrrr committed Jan 9, 2025
1 parent 3c83eff commit 9121da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
set -euo pipefail
set -x
git checkout -f "$GITHUB_HEAD_REF"
git checkout -f "$GITHUB_BASE_REF"
git checkout -f "$GITHUB_SHA"
git checkout -m "$GITHUB_HEAD_REF"
git checkout -m "$GITHUB_BASE_REF"
git checkout -m "$GITHUB_SHA"
git config --global user.email "[email protected]"
git config --global user.name "CI Bot"
Expand Down

0 comments on commit 9121da3

Please sign in to comment.