Skip to content

Commit

Permalink
key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 25, 2024
1 parent 0e51813 commit eac8b39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml

- name: Set safe directory
run: git config --global --add safe.directory /__w/ds-template/ds-template
run: |
git config --global --add safe.directory /__w/ds-template/ds-template
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- name: Validate package build
working-directory: ./ds-gh-default
Expand Down

0 comments on commit eac8b39

Please sign in to comment.