Skip to content

Fix format for helm_version input for helm-chart-oci-publisher #22

Fix format for helm_version input for helm-chart-oci-publisher

Fix format for helm_version input for helm-chart-oci-publisher #22

---
# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: License Header Check
"on": [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
license-header-check:
name: License Header Check
uses: linuxfoundation/lfx-public-workflows/.github/workflows/license-header-check.yml@main
with:
copyright_line: "Copyright The Linux Foundation and each contributor to LFX."
include_files: |
[
"*.tpl",
"*.txt",
"*.yaml",
"*.yml",
".gitignore"
]