Skip to content

Commit a198e27

Browse files
authored
Add lyoRepo input to Maven acceptance workflow
1 parent aba753e commit a198e27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/maven-acceptance-manual.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
description: 'Lyo branch to test on'
1212
required: true
1313
default: 'master'
14+
lyoRepo:
15+
description: 'Lyo repository or fork'
16+
required: true
17+
default: 'eclipse/lyo'
1418
comment:
1519
description: 'comment, e.g. PR number'
1620
default: 'n/a'
@@ -43,7 +47,7 @@ jobs:
4347
steps:
4448
- uses: actions/checkout@v4
4549
with:
46-
repository: eclipse/lyo
50+
repository: "${{ github.event.inputs.lyoRepo }}"
4751
ref: "${{ github.event.inputs.lyoBranch }}"
4852
path: lyo-trunk
4953
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)