diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 35ef8f7..5362441 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,5 +11,5 @@ jobs: - run: | HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%') URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git" - git clone "$URL" . + git clone "$URL" . - run: ls