We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f417b28 commit 5b657d6Copy full SHA for 5b657d6
.github/actions/features_parse/action.yml
@@ -18,5 +18,4 @@ runs:
18
- id: result
19
shell: bash
20
run: |
21
- which gl-features-parse
22
echo "result=$(gl-features-parse ${{ inputs.flags }})" | tee -a $GITHUB_OUTPUT
.github/actions/flavors_parse/action.yml
@@ -29,7 +29,6 @@ runs:
29
MATRIX='${{ inputs.flavors_matrix }}'
30
31
if [[ $(echo "${MATRIX}" | jq -r 'type') != 'object' ]]; then
32
- which gl-flavors-parse
33
FLAVORS=$(gl-flavors-parse ${{ inputs.flags }})
34
MATRIX=$(jq -nc \
35
--argjson flavors "$(echo $FLAVORS)" \
0 commit comments