indent
This commit is contained in:
16
.github/workflows/pr-deploy.yaml
vendored
16
.github/workflows/pr-deploy.yaml
vendored
@@ -9,16 +9,16 @@ jobs:
|
|||||||
prdetails:
|
prdetails:
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
pr_number: ${{ steps.prdetails.outputs.pr_id }}
|
pr_number: ${{ steps.prdetails.outputs.pr_id }}
|
||||||
pr_data_json: ${{ steps.prdetails.outputs.data }}
|
pr_data_json: ${{ steps.prdetails.outputs.data }}
|
||||||
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 }}
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
needs: prdetails
|
needs: prdetails
|
||||||
|
|||||||
Reference in New Issue
Block a user