From 2012646711230b450791e05036910d4a331d1a05 Mon Sep 17 00:00:00 2001 From: Michael Moss Date: Tue, 30 Jun 2026 16:42:52 -0700 Subject: [PATCH] Don't do a shallow clone, to avoid "fast-forward" push confusion. PiperOrigin-RevId: 940727059 Change-Id: Id3c6c7c6a3fa1288ed091e49afc073b74f0bbd9c --- .github/workflows/update_live.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_live.yml b/.github/workflows/update_live.yml index 72f7f39b..4f102474 100644 --- a/.github/workflows/update_live.yml +++ b/.github/workflows/update_live.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout MuJoCo uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Fast-forward the live branch run: |