From 11e43dc4036b5ff116bfd30d55c31e9d6d2c32bd Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 12 Feb 2022 20:15:57 -0500 Subject: [PATCH] nnhn --- .github/workflows/merge-sample-json.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index a9ed79952..2996a2e69 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -35,6 +35,9 @@ jobs: add: 'samples.json --force' cwd: './' token: ${{ secrets.TOKEN }} + - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Copy to the pages uses: planetoftheweb/copy-to-branches@v1 env: