diff --git a/.github/actions/frontend-deploy/action.yml b/.github/actions/frontend-deploy/action.yml index 69317dbc..0a7f617b 100644 --- a/.github/actions/frontend-deploy/action.yml +++ b/.github/actions/frontend-deploy/action.yml @@ -41,4 +41,4 @@ runs: - name: Annotate deploy results shell: bash - run: 'echo "🚀 Deployed with tag: ${{ env.DOCKER_REGISTRY_SERVER }}/${{ inputs.docker_image_name }}:${{ env.INFORMATIONAL_VERSION }}' + run: 'echo "🚀 Deployed with tag: ${{ env.DOCKER_REGISTRY_SERVER }}/${{ inputs.docker_image_name }}:${{ env.INFORMATIONAL_VERSION }}"'