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 aba753e commit a198e27Copy full SHA for a198e27
.github/workflows/maven-acceptance-manual.yml
@@ -11,6 +11,10 @@ on:
11
description: 'Lyo branch to test on'
12
required: true
13
default: 'master'
14
+ lyoRepo:
15
+ description: 'Lyo repository or fork'
16
+ required: true
17
+ default: 'eclipse/lyo'
18
comment:
19
description: 'comment, e.g. PR number'
20
default: 'n/a'
@@ -43,7 +47,7 @@ jobs:
43
47
steps:
44
48
- uses: actions/checkout@v4
45
49
with:
46
- repository: eclipse/lyo
50
+ repository: "${{ github.event.inputs.lyoRepo }}"
51
ref: "${{ github.event.inputs.lyoBranch }}"
52
path: lyo-trunk
53
0 commit comments