diff --git a/.github/workflows/checkout.yml b/.github/workflows/checkout.yml index f317874..dad8769 100644 --- a/.github/workflows/checkout.yml +++ b/.github/workflows/checkout.yml @@ -18,4 +18,4 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: gh repo clone $GITHUB_REPOSITORY -- --depth 1 - name: List files - run: find . \ No newline at end of file + run: find $(pwd) \ No newline at end of file