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 1f2c92a commit f96f0edCopy full SHA for f96f0ed
README.md
@@ -71,7 +71,7 @@ jobs:
71
with:
72
role-to-assume: arn:aws:iam::123456789:role/my-cdk-deploy-role
73
- name: ☁️ Deploy CDK
74
- uses: development-and-dinosaurs/[email protected].3
+ uses: development-and-dinosaurs/[email protected].4
75
76
command: deploy
77
stack: MyApplication
action.yaml
@@ -16,4 +16,4 @@ inputs:
16
default: '.'
17
runs:
18
using: docker
19
- image: docker://developmentanddinosaurs/github-actions-aws-cdk:1.0.3
+ image: docker://developmentanddinosaurs/github-actions-aws-cdk:1.0.4
0 commit comments