From 97654b688b09f74d71d15455d7030cbf4898b721 Mon Sep 17 00:00:00 2001 From: ModeSevenIndustrialSolutions Date: Wed, 3 Sep 2025 12:48:27 +0100 Subject: [PATCH] Fix: Update workflow call for renamed repository/target Issue-ID: CIMAN-33 Change-Id: I45b2a278f01c176bb4c44cc5fbfc9fd26b258e4b Signed-off-by: ModeSevenIndustrialSolutions --- .github/workflows/github2gerrit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index a45eab5..da7f7f3 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -35,7 +35,7 @@ jobs: contents: read pull-requests: write # yamllint disable rule:line-length - uses: modeseven-lfreleng-actions/github2gerrit/.github/workflows/github2gerrit.yaml@main + uses: modeseven-lfreleng-actions/github2gerrit-action/.github/workflows/github2gerrit.yaml@main with: USE_PR_AS_COMMIT: true ISSUE_ID: "CIMAN-33" -- 2.16.6