From 4a1483147773ef92c1b048035afffaaad82b0312 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Mon, 16 Jan 2023 10:33:54 +0100 Subject: [PATCH] add checkout --- .github/workflows/devel.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index d8c9bb5191..e45d4e0eaf 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -58,7 +58,10 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-22.04 steps: - + - name: Checkout repository + uses: actions/checkout@v3 + with: + fetch-depth: 1 - uses: ./.github/actions/npm-check-bundle # with: # branch_name: