Skip to content

Commit

Permalink
FIX: stash before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienGilliard committed Sep 16, 2024
1 parent 8f28791 commit 38ed5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/evaluate_tree_packing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
$branch_name = $env:GITHUB_REF -replace 'refs/heads/', ''
}
git fetch
git stash
git checkout $branch_name
git pull origin $branch_name --allow-unrelated-histories
git add README.md
Expand Down

0 comments on commit 38ed5de

Please sign in to comment.