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:
[email protected]