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 bf50af9  More clear ref input
bf50af9 is described below

commit bf50af959bc2770b1e52a559aea8b5e80c1e719e
Author: Erick Guan <[email protected]>
AuthorDate: Sun Jun 28 00:19:15 2026 +0800

    More clear ref input
---
 .github/workflows/service-ghac-v2-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/service-ghac-v2-test.yml 
b/.github/workflows/service-ghac-v2-test.yml
index b66b60e..998ab28 100644
--- a/.github/workflows/service-ghac-v2-test.yml
+++ b/.github/workflows/service-ghac-v2-test.yml
@@ -21,7 +21,7 @@ run-name: opendal-service-ghac-v2-test
 on:
   workflow_call:
     inputs:
-      ref:
+      opendal_ref:
         description: "OpenDAL ref to test"
         required: true
         type: string
@@ -38,7 +38,7 @@ jobs:
       - uses: actions/checkout@v6
         with:
           repository: apache/opendal
-          ref: ${{ inputs.ref }}
+          ref: ${{ inputs.opendal_ref }}
 
       - name: Run service ghac test
         uses: ./.github/actions/test_service_ghac_v2

Reply via email to