Merge pull request #1163 from zabbix/rhel_workflow

Prepare RHEL workflow for secrets
This commit is contained in:
Alexey Pustovalov 2024-02-14 14:20:02 +09:00 committed by GitHub
commit 2def4fe94d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"