Skip to content

Commit 5b657d6

Browse files
committed
removed debug prints
1 parent f417b28 commit 5b657d6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/actions/features_parse/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ runs:
1818
- id: result
1919
shell: bash
2020
run: |
21-
which gl-features-parse
2221
echo "result=$(gl-features-parse ${{ inputs.flags }})" | tee -a $GITHUB_OUTPUT

.github/actions/flavors_parse/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ runs:
2929
MATRIX='${{ inputs.flavors_matrix }}'
3030
3131
if [[ $(echo "${MATRIX}" | jq -r 'type') != 'object' ]]; then
32-
which gl-flavors-parse
3332
FLAVORS=$(gl-flavors-parse ${{ inputs.flags }})
3433
MATRIX=$(jq -nc \
3534
--argjson flavors "$(echo $FLAVORS)" \

0 commit comments

Comments
 (0)