Skip to content

Commit 7335a40

Browse files
committed
'bout this?
1 parent d69c014 commit 7335a40

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/dispatch_update.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,15 @@ jobs:
5656
id: vars
5757
run: |
5858
pr_title="Update all tools of $INSTANCE"
59-
pr_body="ran the following: \
60-
- make INSTANCE=$INSTANCE lint \
61-
- make INSTANCE=$INSTANCE fix \
62-
- make INSTANCE=$INSTANCE update-all\"
63-
echo "pr_title=$pr_title" >> $GITHUB_OUTPUT
64-
echo "pr_body=$pr_body" >> $GITHUB_OUTPUT
59+
{
60+
echo "pr_title=$pr_title"
61+
echo "pr_body<<EOF"
62+
echo "ran the following:"
63+
echo "- make INSTANCE=$INSTANCE lint"
64+
echo "- make INSTANCE=$INSTANCE fix"
65+
echo "- make INSTANCE=$INSTANCE update-all"
66+
echo "EOF"
67+
} >> "$GITHUB_OUTPUT"
6568
env:
6669
INSTANCE: ${{ inputs.instance }}
6770
- name: Create Pull Request

0 commit comments

Comments
 (0)