mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
fix: push current HEAD to integ-tests branch
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ git add .github/workflows
|
|||||||
git commit -m "Test commit $GIT_COMMIT_ID"
|
git commit -m "Test commit $GIT_COMMIT_ID"
|
||||||
|
|
||||||
# Trigger the action workflow
|
# Trigger the action workflow
|
||||||
git push origin integ-tests
|
git push origin HEAD:integ-tests
|
||||||
|
|
||||||
# Validate that the action workflow succeeds
|
# Validate that the action workflow succeeds
|
||||||
# Exit codes: success = 0; failure = 1; pending = 2; no status = 3
|
# Exit codes: success = 0; failure = 1; pending = 2; no status = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user