Skip to content

Commit c00cf64

Browse files
Merge pull request #5 from development-and-dinosaurs/update-output
Update output
2 parents 1ebd150 + f96f0ed commit c00cf64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ inputs:
1616
default: '.'
1717
runs:
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

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
cd "${INPUT_WORKING_DIRECTORY}" || exit
44
echo "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}"

0 commit comments

Comments
 (0)