From: Andrew Grimberg Date: Mon, 3 Jun 2024 17:26:33 +0000 (-0700) Subject: CI: Switch out workflow conflusion getter X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=09ee741108f3cd57121f0fe8e1ad2841ce5b41b9;p=releng%2Fdocs-conf.git CI: Switch out workflow conflusion getter Issue: RELENG-5356 Signed-off-by: Andrew Grimberg Change-Id: If93eabb49727ea0ecdd08940f76429c74a5e8c20 --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index a9cc75a..9dc5618 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -100,7 +100,9 @@ jobs: needs: [prepare, pre-commit, tox] runs-on: ubuntu-latest steps: - - uses: technote-space/workflow-conclusion-action@v3 + - name: Get workflow conclusion + # yaml-lint 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: