Skip to content

Commit

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

0 comments on commit 18595c0

Please sign in to comment.