fix: push current HEAD to integ-tests branch

This commit is contained in:
Clare Liguori
2020-02-04 16:03:21 -08:00
parent 51211f3751
commit da5798ce57
+1 -1
View File
@@ -12,7 +12,7 @@ git add .github/workflows
git commit -m "Test commit $GIT_COMMIT_ID"
# Trigger the action workflow
git push origin integ-tests
git push origin HEAD:integ-tests
# Validate that the action workflow succeeds
# Exit codes: success = 0; failure = 1; pending = 2; no status = 3