Skip to content

Commit f8c1c5c

Browse files
committed
gg
1 parent b098e97 commit f8c1c5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
run: |
5454
echo "Find dockerconf"
5555
pwd
56-
find . -name *.docker* -ls
56+
echo "pwd=$(pwd). HOME=${HOME}"
57+
find ${HOME} -name *.docker* -ls
5758
echo "Debug -- end find ---"
5859
echo "Running on ARCH=$(uname -p)"
5960
echo

0 commit comments

Comments
 (0)