Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Y.Hisaki <[email protected]>
  • Loading branch information
yhisaki committed Dec 16, 2024
1 parent 4ff08a6 commit 17496c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Run clang-tidy
if: ${{ steps.get-changed-files.outputs.changed-files != '' }}
uses: yhisaki/autoware-github-actions/clang-tidy@clang-tidy-pr-comments
uses: autowarefoundation/autoware-github-actions/clang-tidy@clang-tidy-pr-comments
with:
rosdistro: humble
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Run clang-tidy
if: ${{ steps.get-changed-files.outputs.changed-files != '' }}
uses: yhisaki/autoware-github-actions/clang-tidy@clang-tidy-pr-comments
uses: autowarefoundation/autoware-github-actions/clang-tidy@clang-tidy-pr-comments
with:
rosdistro: humble
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
Expand Down

0 comments on commit 17496c9

Please sign in to comment.