Skip to content

Commit 21e30cc

Browse files
committed
syntax fix
1 parent 4d0e8c3 commit 21e30cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Comment PR"
2-
run-name: "${{ format('Comment PR #{0}', github.event.pull_request.number)) }}"
2+
run-name: "${{ format('Comment PR #{0}', github.event.pull_request.number) }}"
33

44
on:
55
pull_request_target:

0 commit comments

Comments
 (0)