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 85fb0f5 commit b0b078dCopy full SHA for b0b078d
.github/workflows/Build.yml
@@ -186,7 +186,7 @@ jobs:
186
uses: genexuslabs/build-genexus-reusable-workflow/.github/workflows/update-genexus-dep-version.yml@main
187
needs: build
188
if: github.repository_owner == 'genexuslabs' && needs.build.outputs.SHOULD_DEPLOY == 'true'
189
- with:
+ with:
190
VERSION: ${{ needs.build.outputs.MAVEN_VERSION }}
191
PACKAGE_NAMES: ${{ needs.build.outputs.PACKAGES_NAME }}
192
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
0 commit comments