1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

convert from json

This commit is contained in:
Jason N. 2024-03-31 10:22:10 -04:00
parent ea65b41802
commit 4f7f861441
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ${{ needs.load_vars.outputs.BUILD_VERSIONS }}
version: ${{ fromJson(needs.load_vars.outputs.BUILD_VERSIONS) }}
steps:
- name: Checkout
uses: actions/checkout@v4