remove debug statements
This commit is contained in:
3
.github/workflows/netlify.yaml
vendored
3
.github/workflows/netlify.yaml
vendored
@@ -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
|
||||
|
||||
10
.github/workflows/pr-deploy.yaml
vendored
10
.github/workflows/pr-deploy.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user