File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7171 with :
7272 role-to-assume : arn:aws:iam::123456789:role/my-cdk-deploy-role
7373 - name : ☁️ Deploy CDK
74- uses :
development-and-dinosaurs/[email protected] .3 74+ uses :
development-and-dinosaurs/[email protected] .4 7575 with :
7676 command : deploy
7777 stack : MyApplication
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ inputs:
1616 default : ' .'
1717runs :
1818 using : docker
19- image : docker://developmentanddinosaurs/github-actions-aws-cdk:1.0.3
19+ image : docker://developmentanddinosaurs/github-actions-aws-cdk:1.0.4
Original file line number Diff line number Diff line change 22
33cd " ${INPUT_WORKING_DIRECTORY} " || exit
44echo " Working in $( pwd) "
5- echo " ${INPUT_COMMAND} \" ${INPUT_STACKS} \" "
6- cdk " ${INPUT_COMMAND} \ "${INPUT_STACKS} \" "
5+ echo " Running: cdk ${INPUT_COMMAND} \" ${INPUT_STACKS} \" "
6+ cdk " ${INPUT_COMMAND} " " ${INPUT_STACKS} "
You can’t perform that action at this time.
0 commit comments