Skip to content

Commit 92ec965

Browse files
committed
Fix yaml error
1 parent 957c7c0 commit 92ec965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/review-requested-slack-notification.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
steps:
2525
- name: Set message
2626
id: set_message
27-
run: >
27+
run: |
2828
str=$(cat <<GHEOF
2929
${{format('👉 {0} requested your review in: {1}', github.event.sender.login, github.event.pull_request.title)}}
3030
GHEOF)
31-
printf 'message=%s\n' "$(echo $str|jq -R .)" >> $GITHUB_OUTPUT
31+
printf 'message=%s\n' "$(echo $str| jq -R .)" >> $GITHUB_OUTPUT
3232
3333
- name: Notify of review request
3434
uses: slackapi/[email protected]

0 commit comments

Comments
 (0)