mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00:00
CI: ubuntu-ibm.yml: Fix a typo to print HOME env.
This commit is contained in:
parent
0ab7833773
commit
76deabd3db
2
.github/workflows/ubuntu-ibm.yml
vendored
2
.github/workflows/ubuntu-ibm.yml
vendored
@ -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') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user