From 9755933b46e3b128ceabe8a287af06cebcb25d28 Mon Sep 17 00:00:00 2001 From: Dawid L Jablonski Date: Thu, 30 Mar 2023 16:52:09 +0200 Subject: [PATCH] [ci:force] --- .github/workflows/pull-request.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 282a007d8b..96eb8ab001 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -93,6 +93,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + - name: Check package-lock.json version run: | if [[ $(jq '.lockfileVersion == 2' package-lock.json) == "true" ]] ; then @@ -107,6 +108,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Get branch name uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v1.36.0 @@ -195,9 +198,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - with: - fetch-depth: 0 - + with: + fetch-depth: 0 # Fetch all history for all tags and branches - uses: ./.github/actions/setup - name: install run: |