Skip to content

Commit

Permalink
Add three-dot diff to git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
biotinker committed Dec 16, 2024
1 parent 3f480e7 commit d571298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/motion-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: check modified files
id: file_checker
run: |
( git diff --name-only origin/${{github.base_ref}} | grep -e "motionplan" \
( git diff --name-only origin/${{github.base_ref}}... | grep -e "motionplan" \
-e "referenceframe" \
-e "spatialmath" \
-e "components/base/wheeled" \
Expand Down

0 comments on commit d571298

Please sign in to comment.