Skip to content

Commit

Permalink
fix(action-aws): ecs-onejob task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JoffreyPlouvier committed May 9, 2023
1 parent 19ec702 commit cea3072
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions actions/aws/ecs-onejob-task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ runs:
id: download_ecs_task
shell: bash
run: |
task_def = task-definition-onejob.json
aws ecs describe-task-definition --task-definition ${{ inputs.ECS_TASK_DEFINITION }} --query taskDefinition > $task_def
aws ecs describe-task-definition --task-definition ${{ inputs.ECS_TASK_DEFINITION }} --query taskDefinition > task-definition-onejob.json
echo "task=$task_def" >> $GITHUB_OUTPUT
echo "task=task-definition-onejob.json" >> $GITHUB_OUTPUT
- name: Build network configuration (only if network_mode is awsvpc)
shell: bash
Expand Down

0 comments on commit cea3072

Please sign in to comment.