Skip to content

Commit 6d838a3

Browse files
authored
Change ls command to list current directory
1 parent dfdfada commit 6d838a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
shell: bash
104104
run: |
105105
echo "Repository root:"
106-
ls -la ${{ github.workspace }}
106+
ls -la .
107107
108108
if [ -z "$SOFA_ROOT" ]; then
109109
echo "SOFA_ROOT is not set"

0 commit comments

Comments
 (0)