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 5cc3071 commit 800512fCopy full SHA for 800512f
.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: noverant/aws-cdk-github-actions@v1
+ uses: muhamadto/aws-cdk-github-actions@v2
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