We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
describe-execution
1 parent 430154e commit e5d2f29Copy full SHA for e5d2f29
.github/workflows/update-canary.yml
@@ -62,6 +62,7 @@ jobs:
62
63
while true; do
64
STATUS=$(aws stepfunctions describe-execution --execution-arn "$EXECUTION_ARN" --query 'status' --output text)
65
+ echo "Status: $STATUS"
66
67
if [[ "$STATUS" == "SUCCEEDED" ]]; then
68
echo "Step Function completed successfully"
0 commit comments