From 031a552eaf058b6bde5777719ae1118064219ba9 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 29 Nov 2021 20:31:01 -0500 Subject: [PATCH] BF: just remove the 2nd (sanity) check which relies on output from prev step Following the recommendation of @larsoner : https://github.com/bids-standard/bids-specification/issues/941#issuecomment-982035117 Closes #941 --- .github/workflows/redirect_circleci_artifacts.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/redirect_circleci_artifacts.yml b/.github/workflows/redirect_circleci_artifacts.yml index aa657a9f99..ff8eb5f5de 100644 --- a/.github/workflows/redirect_circleci_artifacts.yml +++ b/.github/workflows/redirect_circleci_artifacts.yml @@ -5,13 +5,9 @@ jobs: name: Run CircleCI artifacts redirector steps: - name: GitHub Action step - id: step1 uses: larsoner/circleci-artifacts-redirector-action@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} artifact-path: 0/bids-spec.pdf circleci-jobs: build_docs_pdf job-title: Check the rendered PDF version here! - - name: Check the URL - run: | - curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA