Skip to content

Commit

Permalink
fix output name
Browse files Browse the repository at this point in the history
  • Loading branch information
haedaal authored May 18, 2022
1 parent 13dc13a commit abedc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
NAME=$(aws ecs describe-task-definition \
--task-definition ${{ inputs.task-definition }} \
--query taskDefinition.containerDefinitions[0].name --output text)
echo "::set-output name=container-name::$NAME"
echo "::set-output name=name::$NAME"
- name: Fill in the new image ID in the Amazon ECS task definition
id: task-def
Expand Down

0 comments on commit abedc7d

Please sign in to comment.