remove debug statements

This commit is contained in:
fkwp
2024-04-12 22:17:52 +00:00
parent e781dfa164
commit 2bbd882425
2 changed files with 0 additions and 13 deletions

View File

@@ -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

View File

@@ -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