Skip to content

Commit

Permalink
template update
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 25, 2024
1 parent 5bc4dfb commit 88f1f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Create Github project instance
run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml

- 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
Expand All @@ -36,6 +39,7 @@ jobs:
run: |
git config --global init.defaultBranch main
- name: Prepare git2
working-directory: ./ds-gh-default
run: git init
Expand Down

0 comments on commit 88f1f1e

Please sign in to comment.