Skip to content

Commit 0eef8c3

Browse files
authored
chore(deps): Fix YAML syntax for deploy PR workflow (#124)
Fix YAML syntax for deploy PR workflow
1 parent b11ba61 commit 0eef8c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Deploy PR to Netlify
2+
run-name: "${{ github.event.workflow_run.head_branch }} → Netlify"
23

34
on:
45
workflow_run:
@@ -7,7 +8,7 @@ on:
78

89
jobs:
910
deploy-pull-request:
10-
name: "Deploy pull request"
11+
name: Deploy pull request
1112
runs-on: ubuntu-latest
1213
permissions:
1314
contents: read

0 commit comments

Comments
 (0)