From 7bb75bf8a73dee92f3af01ab37f04521675a493d Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Tue, 24 Oct 2023 19:23:48 +0400 Subject: [PATCH] Remove debug Signed-off-by: Oleg Kulachenko --- action.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/action.yml b/action.yml index 1dd05bc..0d5f8c9 100644 --- a/action.yml +++ b/action.yml @@ -207,11 +207,3 @@ runs: LIFETIME: ${{ env.LIFETIME }} PATH_TO_FILES_DIR: ${{ env.PATH_TO_FILES_DIR }} NEOFS_ATTRIBUTES: ${{ env.NEOFS_ATTRIBUTES }} - - - name: Log container URL and combined report directory - shell: bash - run: | - echo "Container URL is container_url: ${{ steps.gh_push_to_neofs.outputs.container_url }}${{ github.run_number }}-${{ steps.date.outputs.timestamp }}/" - echo "Container URL is OUTPUT_CONTAINER_URL: ${{ steps.gh_push_to_neofs.outputs.OUTPUT_CONTAINER_URL }}${{ github.run_number }}-${{ steps.date.outputs.timestamp }}/" - echo "Path to the directory with the combined Allure report and zip attachments is ${{ env.REPORT_DIR }}" - echo "Path to the directory with the combined Allure report and zip attachments is outputs ${{ steps.set_report_dir.outputs.REPORT_DIR }}"