From 8f9242e4606e168e5aeba63bf4d332580639b91d Mon Sep 17 00:00:00 2001 From: valentin-seitz Date: Mon, 8 Jan 2024 15:29:33 +0100 Subject: [PATCH] Specify right repository (#430) Since this workflow is reusable and can be called my multiple repos and default value is ${{ github.repository }}. This poses a problem as the action will check out the calling repository, which is not what we want if the calling repo is e.g. the openfoam-adapter. --- .github/workflows/run_testsuite_workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_testsuite_workflow.yml b/.github/workflows/run_testsuite_workflow.yml index abb6e6cd0..085efd69a 100644 --- a/.github/workflows/run_testsuite_workflow.yml +++ b/.github/workflows/run_testsuite_workflow.yml @@ -46,6 +46,7 @@ jobs: - name: Check out Tutorials for systest uses: actions/checkout@v4 with: + repository: precice/tutorials ref: ${{ inputs.systests_branch }} lfs: true fetch-depth: 0 @@ -69,4 +70,4 @@ jobs: runs/* - name: tidy up the docker run: | - docker network prune -f \ No newline at end of file + docker network prune -f