From 9d1288ba6c4e5228797140532c0331981332fdbc Mon Sep 17 00:00:00 2001 From: ModeSevenIndustrialSolutions Date: Wed, 1 Oct 2025 13:35:48 +0100 Subject: [PATCH] CI: Add verbose/debugging option Issue-ID: CIMAN-33 Change-Id: Id8b7f61f3a31e5dfeff9c0e7a571f4dc737cff2c Signed-off-by: ModeSevenIndustrialSolutions --- .github/workflows/github2gerrit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index c86e405..01baeae 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -55,3 +55,4 @@ jobs: ISSUE_ID_LOOKUP_JSON: ${{ vars.ISSUE_ID_LOOKUP_JSON }} GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }} + VERBOSE: true -- 2.16.6