From 1aa46e79d61b8377265e81b60b9d02e3e17aa5c5 Mon Sep 17 00:00:00 2001 From: Wener Date: Wed, 2 Oct 2024 14:45:00 +0200 Subject: [PATCH] Update README.md Added to checkout action: ``` with: fetch-depth: 0 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 664af9c1..b2e486c2 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: TICS GitHub Action uses: tiobe/tics-github-action@v3 with: @@ -100,6 +102,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: TICS GitHub Action uses: tiobe/tics-github-action@v3 with: @@ -176,6 +180,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: TICS GitHub Action uses: tiobe/tics-github-action@v3 with: