From 11635103e5be61e5b99ee77ecf31112f0f7a9f5e Mon Sep 17 00:00:00 2001 From: Lukasz Karlowski Date: Thu, 25 Jul 2024 12:58:22 +0200 Subject: [PATCH] fix order --- .github/workflows/template_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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