From f2af6f355cff2194254eb7d4ae9a9efa72fcb161 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Fri, 8 Jul 2022 13:09:26 +0200 Subject: [PATCH] remove debug step [ci skip] --- .github/workflows/error-db.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/error-db.yml b/.github/workflows/error-db.yml index ca1f62af2..09a15fe1f 100644 --- a/.github/workflows/error-db.yml +++ b/.github/workflows/error-db.yml @@ -44,10 +44,6 @@ jobs: uses: andymckay/get-gist-action@master with: gistURL: https://gist.github.com/cryptobot/accba9fb9555e7192271b85606f97230 - - name: Show Gist contents - id: run - run: | - cat ${{ steps.get-gist.outputs.file }} - name: Merge Error Code Data run: | jq -c '.' ${{ steps.get-gist.outputs.file }} > original.json