We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c47941 commit ae4b1cbCopy full SHA for ae4b1cb
.github/workflows/launch-tools.yaml
@@ -98,9 +98,10 @@ jobs:
98
echo "EOF" >> $GITHUB_OUTPUT
99
- name: Launch container
100
id: run-task
101
- uses: geekcell/github-action-aws-ecs-run-task@v5
+ uses: jamesiarmes/github-action-aws-ecs-run-task@ecs-exec
102
with:
103
cluster: ${{ secrets.TF_VAR_PROJECT }}-${{ secrets.TF_VAR_ENVIRONMENT }}
104
+ enable-execute-command: true
105
task-definition: ${{ secrets.TF_VAR_PROJECT }}-${{ secrets.TF_VAR_ENVIRONMENT }}-tools
106
override-container: ${{ secrets.TF_VAR_PROJECT }}-${{ secrets.TF_VAR_ENVIRONMENT }}-tools
107
assign-public-ip: DISABLED
0 commit comments