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 800512f commit 8ceeaa0Copy full SHA for 8ceeaa0
.github/workflows/release.yml
@@ -58,12 +58,12 @@ jobs:
58
COST_CENTRE: ${{ env.COST_CENTRE }}
59
run: ./mvnw -ntp -Pnative clean package -DskipTests=true
60
- name: cdk diff
61
- uses: muhamadto/aws-cdk-github-actions@v2
+ uses: muhamadto/aws-cdk-github-actions@v3
62
with:
63
cdk_subcommand: 'diff'
64
actions_comment: false
65
- name: cdk deploy
66
67
68
cdk_subcommand: 'deploy'
69
cdk_args: '--require-approval never'
0 commit comments