This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch apache_check
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/apache_check by this push:
     new e6244a77 add path
e6244a77 is described below

commit e6244a775b3c596bdd6042061306b1fac143dd04
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 13:31:26 2024 +0000

    add path
---
 .github/workflows/license.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 90870afd..534493ac 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -8,13 +8,13 @@ jobs:
     name: check license
     runs-on: ubuntu-latest
     steps:
-      - name: Checkout
+     - name: Checkout
        uses: actions/checkout@v2
        with:
          repository: ${{github.repository}}
          ref: ${{ env.BRANCH_NAME }}
 
-      - name: Check License Header
+     - name: Check License Header
         uses: apache/skywalking-eyes/header@main
         with:
           config: /home/runner/licenserc.yaml

Reply via email to