Skip to content

Commit e5d2f29

Browse files
committed
Echo describe-execution status
1 parent 430154e commit e5d2f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-canary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
6363
while true; do
6464
STATUS=$(aws stepfunctions describe-execution --execution-arn "$EXECUTION_ARN" --query 'status' --output text)
65+
echo "Status: $STATUS"
6566
6667
if [[ "$STATUS" == "SUCCEEDED" ]]; then
6768
echo "Step Function completed successfully"

0 commit comments

Comments
 (0)