Don't do a shallow clone, to avoid "fast-forward" push confusion.
PiperOrigin-RevId: 940727059 Change-Id: Id3c6c7c6a3fa1288ed091e49afc073b74f0bbd9c
This commit is contained in:
committed by
Copybara-Service
parent
58d6910afa
commit
2012646711
@@ -14,6 +14,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout MuJoCo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Fast-forward the live branch
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user