We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d44757 commit b413b7bCopy full SHA for b413b7b
.github/workflows/stop-ecs.yaml
@@ -2,11 +2,6 @@ name: Stop All ECS Tasks
2
3
on:
4
workflow_dispatch:
5
- inputs:
6
- confirm:
7
- description: 'Type "yes" to confirm stopping all tasks'
8
- required: true
9
- type: string
10
11
env:
12
AWS_REGION: ${{ vars.AWS_REGION || 'eu-central-1' }}
@@ -19,12 +14,6 @@ jobs:
19
14
runs-on: ubuntu-latest
20
15
environment: production
21
16
steps:
22
- - name: Validate confirmation
23
- if: ${{ github.event.inputs.confirm != 'yes' }}
24
- run: |
25
- echo "Confirmation not provided. Please type 'yes' to confirm."
26
- exit 1
27
-
28
17
- name: Configure AWS credentials
29
18
uses: aws-actions/configure-aws-credentials@v4
30
with:
0 commit comments