Skip to content

Commit 76deabd

Browse files
committed
CI: ubuntu-ibm.yml: Fix a typo to print HOME env.
1 parent 0ab7833 commit 76deabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu-ibm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# https://github.com/IBM/actionspz/issues/30
8787
- name: Set HOME env
8888
run: |
89-
echo "HOME: #{HOME}"
89+
echo "HOME: ${HOME}"
9090
echo "HOME=$(ls -d ~)" >> $GITHUB_ENV
9191
working-directory:
9292
if: ${{ endsWith(matrix.os, 'ppc64le') || endsWith(matrix.os, 's390x') }}

0 commit comments

Comments
 (0)