forked from github/cinny
Update deploy PR workflow name and run name (#2728)
This commit is contained in:
4
.github/workflows/deploy-pull-request.yml
vendored
4
.github/workflows/deploy-pull-request.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: Deploy PR to Netlify
|
name: Deploy PR to Netlify
|
||||||
run-name: Deploy PR #${{ github.event.workflow_run.pull_requests[0].number }}
|
run-name: "Deploy PR to Netlify (${{ github.event.workflow_run.head_branch }})"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-pull-request:
|
deploy-pull-request:
|
||||||
name: Deploy PR #${{ github.event.workflow_run.pull_requests[0].number }}
|
name: Deploy pull request
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user