Skip to content

Commit

Permalink
...and just fetch the whole thing
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jul 22, 2024
1 parent 7d35c31 commit ad19702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 0
- run: python3 -m pip install ./rosdistro_utils
- run: python3 -m rosdistro_utils ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.number }}

0 comments on commit ad19702

Please sign in to comment.