Skip to content

Commit

Permalink
Specify right repository (#430)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
valentin-seitz authored Jan 8, 2024
1 parent c4db8a3 commit 8f9242e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_testsuite_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -69,4 +70,4 @@ jobs:
runs/*
- name: tidy up the docker
run: |
docker network prune -f
docker network prune -f

0 comments on commit 8f9242e

Please sign in to comment.