From 00c356f55feaa42d55b0861f84ef773be2d7089e Mon Sep 17 00:00:00 2001 From: Levente Balogh Date: Tue, 4 Jan 2022 11:08:08 +0100 Subject: [PATCH] fix: checkout the repo to have the helper scripts available (#43646) --- .github/workflows/detect-breaking-changes-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/detect-breaking-changes-report.yml b/.github/workflows/detect-breaking-changes-report.yml index 826cab4d615..7cb5bb6c988 100644 --- a/.github/workflows/detect-breaking-changes-report.yml +++ b/.github/workflows/detect-breaking-changes-report.yml @@ -14,6 +14,8 @@ jobs: ARTIFACT_NAME: 'levitate' steps: + - uses: actions/checkout@v2 + - name: 'Download artifact' uses: actions/github-script@v5 env: