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 eff1d4fa add path
eff1d4fa is described below

commit eff1d4fa1d45cfb557e2d025111c2c9b899f9f8a
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 13:28:01 2024 +0000

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

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

Reply via email to