From d41d629ba22b2efecaf8886f4edf7bb856d98857 Mon Sep 17 00:00:00 2001 From: Jennifer Tran <12633533+botanical@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:41:31 -0800 Subject: [PATCH] fix: remove unnecessary echoes --- .github/workflows/pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cdad2a3..5db0e1a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -38,7 +38,6 @@ jobs: WORKFLOW_URL="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" body="### Workflow Status **Starting workflow...** [View action run]($WORKFLOW_URL)" - echo "Body content: $body" # Get the PR number PR_NUMBER=${{ github.event.pull_request.number }} @@ -132,7 +131,6 @@ jobs: ) status_code=$(tail -n1 <<< "$response") - echo "Status code is: $status_code" # Update status message based on response code if [ "$status_code" -eq 200 ] || [ "$status_code" -eq 201 ]; then @@ -143,7 +141,7 @@ jobs: all_failed=false else echo "$collection_id failed to publish ❌" - status_message+="- **$collection_id**: Failed to publish ❌ + status_message+="- **$collection_id**: Failed to publish. Error code $status_code. ❌ " fi else