nielsbasjes opened a new pull request, #45: URL: https://github.com/apache/maven-gh-actions-shared/pull/45
This is the flag that was missing from my previous pull request https://github.com/apache/maven-gh-actions-shared/pull/44 . If a project needs mercurial to be installed they can now use this config ``` jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2 with: install-mercurial: true ``` I have tested this by updating the config on my fork of maven-scm and use in that project ``` uses: nielsbasjes/maven-gh-actions-shared/.github/workflows/maven-verify.yml@SCM-988-OptionalInstallMercurial ``` Then both projects are in my namespace and the Github Actions fully runs where the log show mercurial was actually present. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org