diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index 9cd7dad..444cf1e 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -28,7 +28,7 @@ jobs: - name: Set safe directory run: | - ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts + git config --global --add safe.directory /__w/ds-template/ds-template - name: Validate package build working-directory: ./ds-gh-default