From 8e913fa7770e29f18110c8f36a9b0617a40ce656 Mon Sep 17 00:00:00 2001 From: vHeemstra <17368112+vHeemstra@users.noreply.github.com> Date: Sun, 17 Jul 2022 23:59:30 +0200 Subject: [PATCH] CI: fix dev branch sync --- .github/workflows/ci_push_on_main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_push_on_main.yml b/.github/workflows/ci_push_on_main.yml index 01e7771..917d531 100644 --- a/.github/workflows/ci_push_on_main.yml +++ b/.github/workflows/ci_push_on_main.yml @@ -74,8 +74,9 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 - # with: - # token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} + with: + fetch-depth: 0 + # token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} - name: Install Node.js uses: actions/setup-node@v3