Small corrections for license-check-action
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I8ddbba1f3e30c729924de0d413414bb6c273e595
diff --git a/.github/actions/license-check-action/action.yaml b/.github/actions/license-check-action/action.yaml
index 1634e21..9a30b31 100644
--- a/.github/actions/license-check-action/action.yaml
+++ b/.github/actions/license-check-action/action.yaml
@@ -1,6 +1,6 @@
---
# SPDX-License-Identifier: Apache-2.0
-# SPDX-FileCopyrightText: 2023 The Linux Foundation
+# SPDX-FileCopyrightText: 2026 The Linux Foundation
name: "license-check"
description: "Check for standard license/copyright header"
@@ -8,7 +8,7 @@
runs:
using: "composite"
steps:
- - id: Installing dependencies
+ - id: Check licenses
shell: bash
run: |
set +e -u -o pipefail