We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314c332 commit 02c5e54Copy full SHA for 02c5e54
.github/actions/cdk-deploy/action.yml
@@ -56,7 +56,6 @@ runs:
56
- name: Get relevant environment configuration from aws secrets
57
if: inputs.env_aws_secret_name != ''
58
shell: bash
59
- working-directory: ${{ inputs.dir }}
60
env:
61
AWS_DEFAULT_REGION: us-west-2
62
run: python ${{ inputs.script_path }} --secret-id ${{ inputs.env_aws_secret_name }}
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
if: ${{ needs.define-environment.outputs.env_name }}
33
needs: [define-environment]
34
environment: ${{ needs.define-environment.outputs.env_name }}
35
- concurrency: ${{ needs.define-environment.outputs.env_name }}
+ concurrency: ${{ needs.define-environment.outputs.env_name }}
36
37
steps:
38
- name: Checkout
0 commit comments