From 8242d04123b861c728a8f32be978f9f1c786ef2e Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Thu, 19 Feb 2026 14:43:27 +0000 Subject: [PATCH] CI: Update action inputs, fix annotations The repository-metadata-action v0.2.0 renamed one of the inputs. This change will fix the workflow annotations due to the above. Issue-ID: CIMAN-33 Change-Id: Ib1baa36ce49308a2d9d1abf307c98057bee0a356 Signed-off-by: Matthew Watkins --- .github/workflows/gerrit-merge-release-itdep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-merge-release-itdep.yaml b/.github/workflows/gerrit-merge-release-itdep.yaml index add60908..964e5b9b 100644 --- a/.github/workflows/gerrit-merge-release-itdep.yaml +++ b/.github/workflows/gerrit-merge-release-itdep.yaml @@ -53,7 +53,7 @@ jobs: uses: lfreleng-actions/repository-metadata-action@ceabcd987d13d7bfefd2372e01eebb0ddac45956 # v0.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - generate_summary: 'false' + github_summary: 'false' artifact_upload: 'true' artifact_formats: 'json' -- 2.16.6