File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1919 - id : set-matrix
2020 run : |
2121 FLAVORS=$(poetry -- run nox -s ci:find-available-flavors)
22- echo ------------------------------
23- echo $FLAVORS
24- echo ------------------------------
2522 echo matrix=$FLAVORS >> "$GITHUB_OUTPUT"
2623 outputs :
2724 matrix : ${{ steps.set-matrix.outputs.matrix }}
Original file line number Diff line number Diff line change 2525 - name : Run check
2626 id : run-check
2727 run : |
28- result = `poetry run nox -s run_check_if_build_needed -- --flavor ${{ inputs.flavor }} --branch-name ${GITHUB_REF##*/}`
28+ echo branch name is ${GITHUB_REF##*/}
29+ result = `poetry run -- nox -s run_check_if_build_needed -- --flavor ${{ inputs.flavor }} --branch-name ${GITHUB_REF##*/}`
2930 echo "continue=$result" >> $GITHUB_OUTPUT
3031
3132 outputs :
You can’t perform that action at this time.
0 commit comments