From 64cf7e5f94f7b3219826149318da904e122039d9 Mon Sep 17 00:00:00 2001 From: Graham Savage Date: Fri, 26 Jun 2026 14:34:23 +0100 Subject: [PATCH] Set the working directroy when calling begin trail --- .github/workflows/base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 79a08c6..2aa2a30 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -154,6 +154,7 @@ jobs: - name: Kosli begin trail if: inputs.kosli_template_file != '' + working-directory: ${{ inputs.working_directory }} run: kosli begin trail "$KOSLI_TRAIL" --template-file "${{ inputs.kosli_template_file }}" - name: Kosli attest plan