From 93a25737d129b48cc082743fa539bb8b6a82ce7c Mon Sep 17 00:00:00 2001 From: Lukasz Karlowski Date: Thu, 25 Jul 2024 16:10:53 +0200 Subject: [PATCH] list repo content --- .github/workflows/template_update.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index defbcd5..5c11ffc 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -26,6 +26,11 @@ jobs: - name: Create Github project instance run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml + - name: List cookiecutter + run: + ls ds-gh-default + + - name: Remote checkout uses: actions/checkout@v4 with: @@ -35,14 +40,14 @@ jobs: fetch-depth: 0 persist_credentials: true + - name: List repo + run: + ls ds-gh-default - - name: Check where is .ssh - run: find / -name ".ssh" -exec ls -Shl {} + - name: Set safe directory run: | git config --global --add safe.directory /__w/ds-template/ds-template - ls - name: Prepare git5 working-directory: ./ds-gh-default