Skip to content

Commit

Permalink
specify script repo for new workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 17, 2024
1 parent 2683666 commit 8d705f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8d705f5

Please sign in to comment.