From c33a92a537db3f77b7021d569beff35916863280 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 7 Oct 2024 14:13:28 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3904481d..85b24ca8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -97,9 +97,9 @@ jobs: uses: actions/github-script@v7.0.1 with: script: | - core.info('Application: \u001b[38;5;6m${{env.DOCKER_APP_OWNER}}\\${{env.DOCKER_APP_NAME}}'); - core.info('Version: \u001b[38;5;6m${{env.BUILD_VERSION}}'); - core.info('Stack: \u001b[38;5;6m${{env.CLOUD_FORMATION_STACK}}'); - core.notice('Application: ${{env.DOCKER_APP_OWNER}}\\${{env.DOCKER_APP_NAME}}'); - core.notice('Version: ${{env.BUILD_VERSION}}'); - core.notice('Stack: ${{env.CLOUD_FORMATION_STACK}}'); + core.info('Application: \u001b[38;5;6m${{inputs.DOCKER_APP_OWNER}}\\${{inputs.DOCKER_APP_NAME}}'); + core.info('Version: \u001b[38;5;6m${{inputs.BUILD_VERSION}}'); + core.info('Stack: \u001b[38;5;6m${{inputs.CLOUD_FORMATION_STACK}}'); + core.notice('Application: ${{inputs.DOCKER_APP_OWNER}}\\${{inputs.DOCKER_APP_NAME}}'); + core.notice('Version: ${{inputs.BUILD_VERSION}}'); + core.notice('Stack: ${{inputs.CLOUD_FORMATION_STACK}}');