Skip to content

Commit

Permalink
fix(typo): log group name
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Mar 1, 2024
1 parent f3c4cc9 commit a54a7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ecr-run-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:
# print the CloudWatch log events to STDOUT
aws logs get-log-events \
--log-group-name "/ecs/$BASE_ENV/update" \
--log-group-name "/ecs/$BASE_ENV/update/" \
--log-stream-name "update/update/${TASK_ID##*/}" \
--start-time $START_TIME \
--end-time $END_TIME \
Expand Down

0 comments on commit a54a7c4

Please sign in to comment.