ci(disk.toml): table -> arrary of table #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: get Bo, Hamm, Slink & Potato rootfs | |
# env: | |
# ZSTD_LV: 19 | |
on: | |
push: | |
# branches: | |
# - dev | |
paths: | |
- ".github/workflows/1.3--2.2.yml" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
# ref: dev | |
fetch-depth: 1 | |
- name: set DISK-json env | |
run: echo DISK=$(<assets/ci/base/disk.json5) >> $GITHUB_ENV | |
- name: get json | |
run: | | |
echo ${{ fromJson(env.DISK).codename }} |