Skip to content

Commit

Permalink
fix: issues with playwright update (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Feb 5, 2024
1 parent edb64a7 commit 7ee9b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/99-update-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
git push origin HEAD:${{github.event.pull_request.head.ref}}

0 comments on commit 7ee9b1c

Please sign in to comment.