We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fabc6 commit b1f7514Copy full SHA for b1f7514
.github/workflows/acceptance.yml
@@ -85,6 +85,12 @@ on:
85
true)
86
default: 'https://s3.osuosl.org/openvox-artifacts'
87
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
94
95
permissions:
96
contents: read
@@ -106,6 +112,7 @@ jobs:
106
112
openvoxdb-version: ${{ inputs.openvoxdb-version }}
107
113
openvoxdb-pre-release-build: ${{ inputs.pre-release-build }}
108
114
artifacts-url: ${{ inputs.artifacts-url }}
115
+ fork: ${{ inputs.fork }}
109
116
acceptance-working-dir: './'
110
117
acceptance-pre-suite: |-
111
118
[
0 commit comments