Skip to content

Commit

Permalink
FIX: fetch before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienGilliard committed Sep 16, 2024
1 parent 3e94f13 commit 8f28791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evaluate_tree_packing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# For regular pushes, use the current branch (GITHUB_REF)
$branch_name = $env:GITHUB_REF -replace 'refs/heads/', ''
}
git fetch
git checkout $branch_name
git pull origin $branch_name --allow-unrelated-histories
git add README.md
Expand Down

0 comments on commit 8f28791

Please sign in to comment.