This is an automated email from the ASF dual-hosted git repository.
jky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon.git
The following commit(s) were added to refs/heads/master by this push:
new 9d044d1 license check Github action troubleshooting
9d044d1 is described below
commit 9d044d11a6056a174b6ed14b3910083c2747383f
Author: Jason Young <[email protected]>
AuthorDate: Fri Apr 4 11:22:14 2025 -0700
license check Github action troubleshooting
---
.github/workflows/license.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index c89feef..e9fa044 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -33,6 +33,6 @@ jobs:
- name: Check license header
uses: apache/skywalking-eyes/[email protected]
with:
- log: debug # optional: set the log level. The default value is
`info`.
+ log: info # optional: set the log level. The default value is `info`.
config: .licenserc.yaml # optional: set the config file. The default
value is `.licenserc.yaml`.
mode: check # optional: Which mode License-Eye should be run in.
Choices are `check` or `fix`. The default value is `check`.
\ No newline at end of file