From f1cee0394c28bbc138c1f371cf441be0206153f1 Mon Sep 17 00:00:00 2001 From: Fernando Giorgetti Date: Thu, 13 Jul 2023 09:11:26 -0300 Subject: [PATCH] Updated publish pipeline --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6e2193..652cdf8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # needed for progressive mode to work - name: Run ansible-lint uses: ansible-community/ansible-lint-action@main with: