Skip to content

Commit d69c014

Browse files
committed
this part seems important
1 parent 31381e2 commit d69c014

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/dispatch_update.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ jobs:
5555
- name: Set output variables
5656
id: vars
5757
run: |
58-
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\'
58+
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
6365
env:
6466
INSTANCE: ${{ inputs.instance }}
6567
- name: Create Pull Request

0 commit comments

Comments
 (0)