Skip to content

Commit

Permalink
Merge pull request #1163 from zabbix/rhel_workflow
Browse files Browse the repository at this point in the history
Prepare RHEL workflow for secrets
  • Loading branch information
dotneft authored Feb 14, 2024
2 parents bbc38f7 + 684fd56 commit 2def4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images_build_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2def4fe

Please sign in to comment.