Update deploy PR workflow name to include PR number (#2726)
This commit is contained in:
parent
de3d6457a0
commit
1204859a0b
1 changed files with 3 additions and 2 deletions
3
.github/workflows/deploy-pull-request.yml
vendored
3
.github/workflows/deploy-pull-request.yml
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
name: Deploy PR to Netlify
|
name: Deploy PR to Netlify
|
||||||
|
run-name: Deploy PR #${{ github.event.workflow_run.pull_requests[0].number }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
|
|
@ -7,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-pull-request:
|
deploy-pull-request:
|
||||||
name: Deploy pull request
|
name: Deploy PR #${{ github.event.workflow_run.pull_requests[0].number }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue