slawekjaranowski commented on PR #44:
URL: 
https://github.com/apache/maven-gh-actions-shared/pull/44#issuecomment-1134591068

   because it is needed only by one project, we can add input parameters, like 
`with_mercurial` with default value `false`
   and execute task conditionally
   in scm project we add
   
   ```
   jobs:
     build:
       name: Verify
       uses: 
apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
       with:
         with_mercurial: true
   ``` 
   
   for testing you can also change workflow in scm PR pointing to your fork


-- 
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

Reply via email to