Skip to content

Commit 0c02bf0

Browse files
authored
Parameterize repository in workflow file
1 parent a198e27 commit 0c02bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4
9393
with:
94-
repository: eclipse/lyo
94+
repository: "${{ github.event.inputs.lyoRepo }}"
9595
ref: "${{ github.event.inputs.lyoBranch }}"
9696
path: lyo-trunk
9797
- uses: actions/checkout@v4
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- uses: actions/checkout@v4
150150
with:
151-
repository: eclipse/lyo
151+
repository: "${{ github.event.inputs.lyoRepo }}"
152152
ref: "${{ github.event.inputs.lyoBranch }}"
153153
path: lyo-trunk
154154
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)