You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ne...@apache.org on 2023/02/08 18:34:23 UTC

[helix] branch master updated: Update Helix-Manual-CI.yml (#2373)

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

nealsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new a4a3b4e54 Update Helix-Manual-CI.yml (#2373)
a4a3b4e54 is described below

commit a4a3b4e54470919ac227780b5f2b9871c962cb2b
Author: Rahul Rane <ra...@gmail.com>
AuthorDate: Wed Feb 8 10:34:17 2023 -0800

    Update Helix-Manual-CI.yml (#2373)
    
    Update Helix-Manual-CI.yml
---
 .github/workflows/Helix-Manual-CI.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/Helix-Manual-CI.yml b/.github/workflows/Helix-Manual-CI.yml
index df6bea292..97013447f 100644
--- a/.github/workflows/Helix-Manual-CI.yml
+++ b/.github/workflows/Helix-Manual-CI.yml
@@ -22,8 +22,8 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
-        - with:
-            ref: ${{ github.event.inputs.buildRef }}
+        with:
+          ref: ${{ github.event.inputs.buildRef }}
       - name: Set up JDK 1.8
         uses: actions/setup-java@v1
         with: