Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 12, 2024
1 parent fa01368 commit 46de741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
set -eux;
git fetch --unshallow;
git commit --allow-empty -am 'Github Actions Autofix; please use "git push -f" next time you push to this PR';
git push "[email protected]:${{ github.event.pull_request.head.repo.full_name }}.git" head:${{ github.head_ref }}
git push "[email protected]:${{ github.event.pull_request.head.repo.full_name }}.git" HEAD:${{ github.head_ref }}
populate_cache: true

build-linux:
Expand Down

0 comments on commit 46de741

Please sign in to comment.