From d73aa977d3ba0eb6621b0d0891a7cb5ad703fbd4 Mon Sep 17 00:00:00 2001 From: Albert Perez Toro Date: Mon, 22 Jul 2024 17:47:37 +0200 Subject: [PATCH] ci: Debug exit code --- .github/workflows/phylum-analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phylum-analyze.yml b/.github/workflows/phylum-analyze.yml index 3f60252..4f927eb 100644 --- a/.github/workflows/phylum-analyze.yml +++ b/.github/workflows/phylum-analyze.yml @@ -42,7 +42,7 @@ jobs: uses: RDXWorks-actions/phylum-analyze-pr-action@main with: phylum_token: ${{ secrets.phylum_api_key }} - cmd: phylum-ci --force-analysis --all-deps --skip-comments -qq --audit > /dev/null 2>&1 || exit_code=$? || echo "Phylum CI exit code: $exit_code" + cmd: phylum-ci --force-analysis --all-deps --skip-comments -qq --audit > /dev/null 2>&1 || exit_code=$? && echo "Phylum CI exit code: $exit_code" - name: Phylum Report Comment if: ${{ inputs.add_report_comment_to_pull_request == true }} env: