Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 7, 2024
1 parent 8e73b52 commit c33a92a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
uses: actions/[email protected]
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}}');

0 comments on commit c33a92a

Please sign in to comment.