Skip to content

Commit

Permalink
Update README to clarify that a full clone is required in actions/che…
Browse files Browse the repository at this point in the history
…ckout (#22)

* Update README to clarify that a full clone is required in actions/checkout

* Update README.md

Co-authored-by: Jordan Dominion <[email protected]>

---------

Co-authored-by: Jordan Dominion <[email protected]>
  • Loading branch information
traversaro and Cyberboss authored Jul 15, 2024
1 parent 14b4a4c commit 13e0633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Full clone necessary for proper merge

- name: Nightly Merge
uses: robotology/[email protected]
Expand Down

0 comments on commit 13e0633

Please sign in to comment.