We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c5e1a commit 4aa70ffCopy full SHA for 4aa70ff
.github/workflows/build-and-test-differential.yaml
@@ -99,7 +99,7 @@ jobs:
99
100
- name: Build
101
if: ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
102
- uses: autowarefoundation/autoware-github-actions/colcon-build@refactor/rename-nice-command
+ uses: autowarefoundation/autoware-github-actions/colcon-build@v1
103
with:
104
rosdistro: ${{ matrix.rosdistro }}
105
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
0 commit comments