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