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: