We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be80489 commit baa98e7Copy full SHA for baa98e7
.github/workflows/update_regression_baseline.yml
@@ -51,4 +51,5 @@ jobs:
51
run: |
52
git add -f tests/regression_test_baselines.json # since it's in .gitignore
53
git commit -m "Update regression test baselines"
54
- git push origin HEAD:${{ steps.comment-branch.outputs.head_sha }}
+ # git push origin HEAD:${{ steps.comment-branch.outputs.head_sha }}
55
+ git push origin HEAD:${{ github.head_ref }}
0 commit comments