Skip to content

Commit 4494089

Browse files
authored
Merge pull request #23 from jpartlow/ensure-beaker-acceptance-checks-out-project
Ensure that beaker_acceptance.yml checks out the given project.name
2 parents c83d993 + 502daba commit 4494089

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/beaker_acceptance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ jobs:
277277
steps:
278278
- uses: actions/checkout@v4
279279
with:
280+
# Ensure that we checkout the project we want to test rather
281+
# than the repository that this workflow is being called
282+
# from.
283+
repository: ${{ format('openvoxproject/{0}', inputs.project-name) }}
280284
ref: ${{ inputs.ref }}
281285
path: ${{ inputs.project-name }}
282286

0 commit comments

Comments
 (0)