Skip to content

Commit 46d8559

Browse files
ci: Update pr-sort.yml
1 parent e7ea973 commit 46d8559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-sort.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
Changes include:
117117
- Sorted conferences
118-
${{ steps.vars.outputs.contributor != '' && '- Added @'+ steps.vars.outputs.contributor+' as contributor') || '' }}
118+
${{ steps.vars.outputs.contributor != '' && format('- Added @{0} as contributor', steps.vars.outputs.contributor) || '' }}
119119
120120
Please review and merge these automated updates.
121121
branch: ${{ steps.vars.outputs.branch_name }}

0 commit comments

Comments
 (0)