Skip to content

Commit

Permalink
feat(ecs): add complete run task action
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Feb 29, 2024
1 parent 8d7e64b commit 1917d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ecr-run-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ runs:
env:
TASK_DEFINITION_ARN: ${{ steps.deploy-new-task-definition.outputs.task-definition-arn }}
BASE_ENV: ${{ inputs.BASE_ENV }}
APP_ENV: ${{ inputs.APP_ENV }}
run: |
SUBNETS=$( \
aws ec2 describe-subnets \
Expand Down

0 comments on commit 1917d20

Please sign in to comment.