Skip to content

Commit

Permalink
log parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 19, 2024
1 parent 6d2535e commit aa196ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/dispatch-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ runs:
shell: bash
run: |
echo "CLOUD_FORMATION_STACK: ${{inputs.CLOUD_FORMATION_STACK}}"
echo "CLOUDFORMATION_SNS_ARN: ${{inputs.CLOUD_FORMATION_STACK}}"
echo "CLOUD_FORMATION_TEMPLATE_FILE: ${{inputs.CLOUD_FORMATION_TEMPLATE_FILE}}"
echo "DOCKER_APP_OWNER: ${{inputs.DOCKER_APP_OWNER}}"
echo "DOCKER_APP_NAME: ${{inputs.DOCKER_APP_NAME}}"
Expand All @@ -69,6 +70,7 @@ runs:
ref: 'main',
inputs: {
CLOUD_FORMATION_STACK: "${{inputs.CLOUD_FORMATION_STACK}}",
CLOUDFORMATION_SNS_ARN: "${{inputs.CLOUD_FORMATION_STACK}}",
CLOUD_FORMATION_TEMPLATE_FILE: "${{inputs.CLOUD_FORMATION_TEMPLATE_FILE}}",
DOCKER_APP_OWNER: "${{inputs.DOCKER_APP_OWNER}}",
DOCKER_APP_NAME: "${{inputs.DOCKER_APP_NAME}}",
Expand Down

0 comments on commit aa196ae

Please sign in to comment.