From: Matthew Watkins Date: Thu, 19 Feb 2026 14:43:27 +0000 (+0000) Subject: CI: Update action inputs, fix annotations X-Git-Tag: 2026.02.20~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F15506%2F1;p=it%2Fdep.git 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 --- 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'