diff --git a/.github/workflows/push_gitlab.yml b/.github/workflows/push_gitlab.yml index 1be718a..ff24e81 100644 --- a/.github/workflows/push_gitlab.yml +++ b/.github/workflows/push_gitlab.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Ensure main branch exists run: |