Skip to content

Commit

Permalink
try checkout -t -b
Browse files Browse the repository at this point in the history
  • Loading branch information
adwski committed Jan 31, 2024
1 parent 18595c0 commit cf7c86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git checkout $GITHUB_HEAD_REF
git checkout -t -b $GITHUB_HEAD_REF origin/$GITHUB_HEAD_REF
git add README.md
git commit -m "chore: update coverage badge"
git push origin $GITHUB_HEAD_REF

0 comments on commit cf7c86f

Please sign in to comment.