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 1c17eb4 commit 39a3abcCopy full SHA for 39a3abc
.github/workflows/acceptance.yml
@@ -32,6 +32,12 @@ on:
32
required: true
33
type: string
34
default: main
35
+ fork:
36
+ description: |-
37
+ (Fork) The fork of openvox to run the Beaker test suite from.
38
+ required: true
39
+ type: string
40
+ default: openvoxproject
41
pre-release-build:
42
description: |-
43
(Pre-release Build) Whether to test unreleased version
@@ -84,6 +90,7 @@ jobs:
84
90
with:
85
91
ref: ${{ inputs.ref }}
86
92
project-name: openvox
93
+ fork: ${{ inputs.fork }}
87
94
install-openvox: true
88
95
openvox-collection: ${{ inputs.collection }}
89
96
openvox-agent-version: ${{ inputs.openvox-agent-version }}
0 commit comments