lint
This commit is contained in:
13
.github/workflows/netlify-pr.yaml
vendored
13
.github/workflows/netlify-pr.yaml
vendored
@@ -16,14 +16,11 @@ jobs:
|
|||||||
environment: Netlify
|
environment: Netlify
|
||||||
steps:
|
steps:
|
||||||
- id: prdetails
|
- id: prdetails
|
||||||
uses: matrix-org/pr-details-action@v1.3
|
uses: matrix-org/pr-details-action@v1.3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
|
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
|
||||||
branch: ${{ github.event.workflow_run.head_branch }}
|
branch: ${{ github.event.workflow_run.head_branch }}
|
||||||
|
|
||||||
|
|
||||||
steps.prdetails.outputs.data.head.ref
|
|
||||||
|
|
||||||
- run: ${{ tojson(github.event) }}
|
- run: ${{ tojson(github.event) }}
|
||||||
shell: cat {0}
|
shell: cat {0}
|
||||||
|
|||||||
Reference in New Issue
Block a user