This action gets the list of ROS packages in the repository.
jobs:
get-self-packages:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Get self packages
id: get-self-packages
uses: autowarefoundation/autoware-github-actions/get-self-packages@v1
None.
Name | Description |
---|---|
self-packages | The list of ROS packages in the repository. |