mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-31 05:35:04 +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"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user