From da5798ce57bac64918e8be22791d525f2dd00ba0 Mon Sep 17 00:00:00 2001 From: Clare Liguori Date: Tue, 4 Feb 2020 16:03:21 -0800 Subject: [PATCH] fix: push current HEAD to integ-tests branch --- run_integ_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_integ_test.sh b/run_integ_test.sh index d1f8381..2b669de 100755 --- a/run_integ_test.sh +++ b/run_integ_test.sh @@ -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