1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-11-19 16:39:20 +02:00

Actions: debug + needs

This commit is contained in:
Ryan L McIntyre 2021-11-26 07:08:59 -08:00
parent 0657c3fc6c
commit 387929546b

View File

@ -21,7 +21,9 @@ jobs:
run: |
cd -- $GITHUB_WORKSPACE/bin/scripts/
fontNames=$(./get-font-names-from-json.sh)
echo "${fontNames}"
echo "::set-output name=matrix::${fontNames}"
echo ${{ steps.set-matrix.outputs.matrix }}
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
@ -31,6 +33,8 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
needs: setup-fonts-matrix
env:
RELEASE_TAG_VERSION: 2.2.0-RC
GITHUB_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}