Skip to content

Commit 7093210

Browse files
authored
Merge pull request OpenVoxProject#66 from bastelfreak/typo
CI: Fix missing parameter in shared workflow
2 parents 24fabc6 + b1f7514 commit 7093210

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/acceptance.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ on:
8585
true)
8686
default: 'https://s3.osuosl.org/openvox-artifacts'
8787
type: string
88+
fork:
89+
description: |-
90+
The github fork of the project-name Beaker test suite to run.
91+
required: true
92+
type: string
93+
default: openvoxproject
8894

8995
permissions:
9096
contents: read
@@ -106,6 +112,7 @@ jobs:
106112
openvoxdb-version: ${{ inputs.openvoxdb-version }}
107113
openvoxdb-pre-release-build: ${{ inputs.pre-release-build }}
108114
artifacts-url: ${{ inputs.artifacts-url }}
115+
fork: ${{ inputs.fork }}
109116
acceptance-working-dir: './'
110117
acceptance-pre-suite: |-
111118
[

0 commit comments

Comments
 (0)