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 c1aa0f49 add license
c1aa0f49 is described below
commit c1aa0f49213b0609640445e31112491d717b3c48
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 15:06:59 2024 +0000
add license
---
.github/workflows/loc.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 64eaff90..c7252a2e 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -15,7 +15,7 @@ jobs:
ref: ${{ env.BRANCH_NAME }}
- name: cd
- uses: ./third_party/loc_script/ # Uses an action in the root directory
+ run: cd ./third_party/loc_script/ # Uses an action in the root directory
- name: NPM Init
run: npm init -y