From dfcb1c3e95bf9739445bb502e8168a5da5b136ce Mon Sep 17 00:00:00 2001 From: GrzegorzKaczan Date: Wed, 26 Jul 2023 13:57:41 +0200 Subject: [PATCH] show link in logs --- action.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/action.yaml b/action.yaml index 68614fc..3c83b5d 100644 --- a/action.yaml +++ b/action.yaml @@ -109,15 +109,14 @@ runs: soda_action_${{ github.sha }} \ ${{ inputs.data_source }} \ ${{ inputs.configuration }} \ - ${{ inputs.checks }} + ${{ inputs.checks }} || true shell: bash - continue-on-error: true - name: Scan results link run: | - echo -e "\033[36;1m----------\033[0m" + echo -e "\033[36;1m-----------------------------\\033[0m" echo -e "\033[36;1m View the full scan results -> \033[0m ${{ env.SCAN_CLOUD_LINK }}" - echo -e "\033[36;1m----------\033[0m" + echo -e "\033[36;1m-----------------------------\\033[0m" shell: bash # 4. The soda-library scan results are converted to a markdown table @@ -139,7 +138,7 @@ runs: ${{ steps.table.outputs.table }} - [View the full scan results](${{ env.SCAN_CLOUD_LINK }}){:target="_blank"} + [View the full scan results](${{ env.SCAN_CLOUD_LINK }}) - name: Comment PR on failure with results uses: thollander/actions-comment-pull-request@8c77f42bbcc27c832a3a5962c8f9a60e34b594f3