From 7ff9463444e155f095980912acdac75e589a50af Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 1 Sep 2022 18:43:47 +0900 Subject: [PATCH] with fetch-depth: "0" --- .github/workflows/sync-glitch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-glitch.yml b/.github/workflows/sync-glitch.yml index 79072d1..4cf19bc 100644 --- a/.github/workflows/sync-glitch.yml +++ b/.github/workflows/sync-glitch.yml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: "0" - run: | git remote add glitch "${{ secrets.GLITCH_GIT_URL }}" git push glitch origin/master