diff options
author | 2025-01-27 11:22:38 +0000 | |
---|---|---|
committer | 2025-01-27 11:22:38 +0000 | |
commit | 8af79b9241b3d3698ccfa1d8777c9b9d95abbad2 (patch) | |
tree | eed9f7daf8e43ff828646535c0e54f7c5084663a /.github | |
parent | 7e4fd83c9ce022af7889c9d38b972d03a80320ec (diff) |
Fix: Missing code checkout in gerrit-verify.yaml
Issue-ID: CIMAN-33
Change-Id: I78d33ba9dc1899347da3315dd0ba3f16008ac7e9
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gerrit-verify.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |