Skip to content

Commit 502daba

Browse files
committed
Ensure that beaker_acceptance.yml checks out the given project.name
Previously we were relying on the calling project being the same as the project-name input.
1 parent c83d993 commit 502daba

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)