From 950e929af2138b70783c054181c0afdb650c86e1 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Wed, 8 May 2024 09:45:22 +0200 Subject: [PATCH] INIT --- .github/workflows/this_linter.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/this_linter.yml b/.github/workflows/this_linter.yml index 66515d6..ffd0658 100644 --- a/.github/workflows/this_linter.yml +++ b/.github/workflows/this_linter.yml @@ -13,8 +13,14 @@ jobs: test: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.4 + with: + fetch-depth: 0 + - name: Setup release run: | + pwd git clone --no-tags --depth 1 --branch stable https://github.com/Hapag-Lloyd/Workflow-Templates.git .release_clone pwd