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 <mwatkins@linuxfoundation.org>
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'