From 2bbd882425528605474d002d05e9a0fe5ca72543 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 12 Apr 2024 22:17:52 +0000 Subject: [PATCH] remove debug statements --- .github/workflows/netlify.yaml | 3 --- .github/workflows/pr-deploy.yaml | 10 ---------- 2 files changed, 13 deletions(-) diff --git a/.github/workflows/netlify.yaml b/.github/workflows/netlify.yaml index 3edf8449..a168fd5e 100644 --- a/.github/workflows/netlify.yaml +++ b/.github/workflows/netlify.yaml @@ -29,9 +29,6 @@ jobs: deployments: write environment: Netlify steps: - - run: ${{ tojson(github.event) }} - shell: cat {0} - - name: 📝 Create Deployment uses: bobheadxi/deployments@v1 id: deployment diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 538555b9..54187deb 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -20,16 +20,6 @@ jobs: owner: ${{ github.event.workflow_run.head_repository.owner.login }} branch: ${{ github.event.workflow_run.head_branch }} - debug: - needs: prdetails - runs-on: ubuntu-latest - env: - PR_NUMBER: ${{ needs.prdetails.outputs.pr_number }} - PR_HEAD_REF: ${{ needs.prdetails.outputs.pr_data_json && fromJSON(needs.prdetails.outputs.pr_data_json).head.ref }} - PR_HEAD_SHA: ${{ needs.prdetails.outputs.pr_data_json && fromJSON(needs.prdetails.outputs.pr_data_json).head.sha }} - steps: - - run: echo "$PR_NUMBER $PR_HEAD_REF $PR_HEAD_SHA" - netlify: needs: prdetails uses: ./.github/workflows/netlify.yaml