From d72739528dad2544b9b01ea85754ef1750cda0a9 Mon Sep 17 00:00:00 2001 From: Bastien Gatellier Date: Wed, 25 Oct 2023 21:52:51 +0200 Subject: [PATCH] fix: use debug version of the action --- .github/workflows/analyze.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 447f65d..7564427 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -18,6 +18,7 @@ jobs: ] steps: + - uses: actions/checkout@v4 - uses: faberNovel/heart-action@v4 with: analysis_service: greenit @@ -37,6 +38,7 @@ jobs: ] steps: + - uses: actions/checkout@v4 - uses: faberNovel/heart-action@v4 with: analysis_service: lighthouse @@ -50,7 +52,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: faberNovel/heart-action@v4 + - uses: actions/checkout@v4 + - uses: faberNovel/heart-action@fix/npm-executable-not-found with: analysis_service: observatory config: analysis/conf/observatory.json @@ -62,6 +65,7 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: faberNovel/heart-action@v4 with: analysis_service: ssllabs-server