This commit is contained in:
fkwp
2024-04-12 19:24:13 +00:00
parent b8aaa6b079
commit a04500f102

View File

@@ -16,14 +16,11 @@ jobs:
environment: Netlify
steps:
- id: prdetails
uses: matrix-org/pr-details-action@v1.3
continue-on-error: true
with:
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
branch: ${{ github.event.workflow_run.head_branch }}
steps.prdetails.outputs.data.head.ref
uses: matrix-org/pr-details-action@v1.3
continue-on-error: true
with:
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
branch: ${{ github.event.workflow_run.head_branch }}
- run: ${{ tojson(github.event) }}
shell: cat {0}