From 1d668dfaff7aff5a47a6c16344393be16b54c0c7 Mon Sep 17 00:00:00 2001 From: eggbean <815311+eggbean@users.noreply.github.com> Date: Sun, 21 Aug 2022 14:01:42 +0100 Subject: [PATCH] Clone with full git history actions/checkout@v2 creates a shallow clone by default --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca63071..dee82cb 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 # <-- clone with complete history - name: S3 Backup uses: peter-evans/s3-backup@v1 env: