We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f1961 commit aecec36Copy full SHA for aecec36
.github/workflows/request-labeler.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Extract issue fields
22
id: extract
23
run: |
24
- instance_flavor = ${{ toJSON(steps.parse.outputs.data) }} | \
25
- jq .instance-flavor.text
+ instance_flavor = $(echo ${{ toJSON(steps.parse.outputs.data) }} | \
+ jq '.instance-flavor.text')
26
echo "instance_flavor [$instance_flavor]"
27
echo "instance_flavor=$instance_flavor" >> $GITHUB_OUTPUT
28
0 commit comments