CI: ubuntu-ibm.yml: Fix a typo to print HOME env.

This commit is contained in:
Jun Aruga 2025-09-05 16:24:12 +01:00 committed by Jun Aruga
parent 0ab7833773
commit 76deabd3db

View File

@ -86,7 +86,7 @@ jobs:
# https://github.com/IBM/actionspz/issues/30
- name: Set HOME env
run: |
echo "HOME: #{HOME}"
echo "HOME: ${HOME}"
echo "HOME=$(ls -d ~)" >> $GITHUB_ENV
working-directory:
if: ${{ endsWith(matrix.os, 'ppc64le') || endsWith(matrix.os, 's390x') }}