Skip to content

Commit 3ec13e4

Browse files
committed
Update beta-bot.yml
1 parent e165a51 commit 3ec13e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/beta-bot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
echo "user_email=$user_email" >> $GITHUB_OUTPUT
6868
echo "auto_merge=$auto_merge" >> $GITHUB_OUTPUT
6969
echo "dirs_length=$dirs_length" >> $GITHUB_OUTPUT
70-
echo "dirs_json=$dirs_json" >> $GITHUB_OUTPUT
70+
echo "dirs_json<<EOF" >> $GITHUB_OUTPUT
71+
echo "$dirs_json" >> $GITHUB_OUTPUT
72+
echo "EOF" >> $GITHUB_OUTPUT
7173
7274
- name: Configure Git identity
7375
run: |

0 commit comments

Comments
 (0)