Prepare RHEL workflow for secrets

This commit is contained in:
Alexey Pustovalov 2024-02-14 14:19:39 +09:00
parent 2afeb38bd3
commit 684fd5651c

View File

@ -75,7 +75,7 @@ jobs:
env:
MATRIX_FILE: ${{ env.MATRIX_FILE }}
run: |
platform_list=$(jq -r '.["os-linux"].rhel | tostring | @json' "$MATRIX_FILE")
platform_list=$(jq -r '.["os-linux"].rhel | @json' "$MATRIX_FILE")
echo "::group::Platform List"
echo "$platform_list"