This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
The following commit(s) were added to refs/heads/unstable by this push:
new e889f36 Fix license checker path in CI (#294)
e889f36 is described below
commit e889f364dcd005329edd5ea4071d19b40e9aa13b
Author: shubham-j-sde <[email protected]>
AuthorDate: Tue Mar 25 13:01:41 2025 +0530
Fix license checker path in CI (#294)
---
.github/workflows/ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2103897..cc8d0b1 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
- uses: apache/skywalking-eyes/[email protected]
with:
- config: .github/config/licenserc.yaml
+ config: .github/licenserc.yaml
lint:
name: Lint
runs-on: ubuntu-latest