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 a198e27 commit 0c02bf0Copy full SHA for 0c02bf0
.github/workflows/maven-acceptance-manual.yml
@@ -91,7 +91,7 @@ jobs:
91
steps:
92
- uses: actions/checkout@v4
93
with:
94
- repository: eclipse/lyo
+ repository: "${{ github.event.inputs.lyoRepo }}"
95
ref: "${{ github.event.inputs.lyoBranch }}"
96
path: lyo-trunk
97
@@ -148,7 +148,7 @@ jobs:
148
149
150
151
152
153
154
0 commit comments