We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c83d993 + 502daba commit 4494089Copy full SHA for 4494089
1 file changed
.github/workflows/beaker_acceptance.yml
@@ -277,6 +277,10 @@ jobs:
277
steps:
278
- uses: actions/checkout@v4
279
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) }}
284
ref: ${{ inputs.ref }}
285
path: ${{ inputs.project-name }}
286
0 commit comments