From d9825987cf6e30b6401251abe5c53c80e503f6ff Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sun, 7 Apr 2024 00:27:43 +0200 Subject: [PATCH] Update push_master.yml --- .github/workflows/push_master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 2e22f5e..ee77f85 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup Python uses: actions/setup-python@v3 with: