diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea87b32ec6..4982b36b06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,12 +6,14 @@ jobs: test: uses: DFHack/dfhack/.github/workflows/test.yml@develop with: + scripts_repo: ${{ github.repository }} scripts_ref: ${{ github.ref }} secrets: inherit docs: uses: DFHack/dfhack/.github/workflows/build-linux.yml@develop with: + scripts_repo: ${{ github.repository }} scripts_ref: ${{ github.ref }} artifact-name: docs platform-files: false @@ -22,5 +24,6 @@ jobs: lint: uses: DFHack/dfhack/.github/workflows/lint.yml@develop with: + scripts_repo: ${{ github.repository }} scripts_ref: ${{ github.ref }} secrets: inherit