You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/08/13 08:27:44 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #1528: Use composite run steps action to reuse steps common to each workflow

jamesnetherton commented on issue #1528:
URL: https://github.com/apache/camel-quarkus/issues/1528#issuecomment-673339581


   > Is my understanding correct that each of those composite actions needs a separate git repo?
   
   No, you can add them to the same repo with each action in their own directory and reference them. E.g:
   
   ```
       steps:
         - name: Clean VM
           uses: ./.github/actions/cleanup-vm
   ```


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org