Skip to content

Commit

Permalink
list repo content
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 25, 2024
1 parent 67b5cc1 commit 93a2573
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 93a2573

Please sign in to comment.