From: Andrew Grimberg Date: Mon, 3 Jun 2024 17:21:43 +0000 (-0700) Subject: CI: Switch workflow conclusion getter X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F72914%2F1;p=releng%2Fdocs.git CI: Switch workflow conclusion getter Issue: RELENG-5356 Signed-off-by: Andrew Grimberg Change-Id: I44ac71129361b6c1e32bfac13677d8ea31bafde3 --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index a44d54e..ffcad96 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -106,7 +106,9 @@ jobs: needs: [prepare, pre-commit, tox] runs-on: ubuntu-latest steps: - - uses: technote-space/workflow-conclusion-action@v3 + - name: Get workflow conclusion + # yamllint disable-line rule:line-length + uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992 # v2.2.3 - name: Set vote uses: lfit/gerrit-review-action@v0.3 with: