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