We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31381e2 commit d69c014Copy full SHA for d69c014
.github/workflows/dispatch_update.yml
@@ -55,11 +55,13 @@ jobs:
55
- name: Set output variables
56
id: vars
57
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\'
+ pr_title="Update all tools of $INSTANCE"
+ pr_body="ran the following: \
+ - make INSTANCE=$INSTANCE lint \
+ - make INSTANCE=$INSTANCE fix \
+ - make INSTANCE=$INSTANCE update-all\"
63
+ echo "pr_title=$pr_title" >> $GITHUB_OUTPUT
64
+ echo "pr_body=$pr_body" >> $GITHUB_OUTPUT
65
env:
66
INSTANCE: ${{ inputs.instance }}
67
- name: Create Pull Request
0 commit comments