Update deploy PR workflow name and run name (#2728)

This commit is contained in:
Krishan
2026-03-04 20:07:16 +11:00
committed by GitHub
parent 2bd1570d6b
commit c5c8703699

View File

@@ -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