Skip to content

Commit 9d21740

Browse files
authored
Meta: Fix publish-pr.yml
Use correct context path
1 parent b7864ce commit 9d21740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish PR
2-
run-name: ${{ github.workflow_run.display_title }}
2+
run-name: ${{ github.event.workflow_run.display_title }}
33

44
on:
55
workflow_run:

0 commit comments

Comments
 (0)