This is an automated email from the ASF dual-hosted git repository.
erickguan pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/opendal-ghac-service-continuous-integration.git
The following commit(s) were added to refs/heads/main by this push:
new 7fa0639 Fix reference path
7fa0639 is described below
commit 7fa06398a7428e482fdf2759ff4a04db588cd38c
Author: Erick Guan <[email protected]>
AuthorDate: Sun Jun 28 00:07:33 2026 +0800
Fix reference path
---
.github/workflows/service-ghac-v2-test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/service-ghac-v2-test.yml
b/.github/workflows/service-ghac-v2-test.yml
index 2007bf3..b66b60e 100644
--- a/.github/workflows/service-ghac-v2-test.yml
+++ b/.github/workflows/service-ghac-v2-test.yml
@@ -41,6 +41,6 @@ jobs:
ref: ${{ inputs.ref }}
- name: Run service ghac test
- uses: ./github/actions/test_service_ghac_v2
+ uses: ./.github/actions/test_service_ghac_v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}