From: Matthew Watkins Date: Mon, 27 Jan 2025 11:22:38 +0000 (+0000) Subject: Fix: Missing code checkout in gerrit-verify.yaml X-Git-Tag: 0.1.3~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8af79b9241b3d3698ccfa1d8777c9b9d95abbad2;p=portal-ng%2Fui.git Fix: Missing code checkout in gerrit-verify.yaml Issue-ID: CIMAN-33 Change-Id: I78d33ba9dc1899347da3315dd0ba3f16008ac7e9 Signed-off-by: Matthew Watkins --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index a349b0e..1a60530 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -69,6 +69,7 @@ jobs: needs: [notify] runs-on: ubuntu-latest steps: + - uses: lfit/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9 - name: "Build Node.js project" # yamllint disable-line rule:line-length uses: lfit/releng-reusable-workflows/.github/actions/node-build-action@5db64208d04fdb0558e8a3a1a1a762b88ffd483e # 2024-09-24