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
|
||||
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:
|
||||
workflow_run:
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy-pull-request:
|
||||
name: Deploy PR #${{ github.event.workflow_run.pull_requests[0].number }}
|
||||
name: Deploy pull request
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user