Skip to content

Commit

Permalink
Forgot to change reference in one place.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSvanland committed Feb 5, 2024
1 parent 66811cf commit c622a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: ros:humble
outputs:
output1: ${{ steps.target-files.outputs.all }}
output1: ${{ steps.target-files.outputs.all_changed_files }}
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c622a2d

Please sign in to comment.