From efd1e575e6613aeec701b7367149bc52ffc0d8c5 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Sun, 9 Jul 2023 03:18:25 +0200 Subject: [PATCH] Remove debug info in the Actions workflow --- .github/workflows/deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e1c50d..44b20e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,9 +22,4 @@ jobs: uses: fjogeleit/http-request-action@v1 with: url: '${{ secrets.DEPLOY_WEBHOOK_URL }}' - method: 'POST' - - name: Show Response - run: | - echo ${{ steps.myRequest.outputs.response }} - echo ${{ steps.myRequest.outputs.headers }} - echo ${{ fromJson(steps.myRequest.outputs.response).field_you_want_to_access }} \ No newline at end of file + method: 'POST' \ No newline at end of file