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

jongyoul pushed a commit to branch feature/test-github-action
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git


The following commit(s) were added to refs/heads/feature/test-github-action by 
this push:
     new b4a805138 [NO-ISSUE] Test push a new file on Github Actions
b4a805138 is described below

commit b4a8051384156f517b11999c7a4e34861c12b0d2
Author: Jongyoul Lee <[email protected]>
AuthorDate: Sun Sep 1 18:18:18 2024 +0900

    [NO-ISSUE] Test push a new file on Github Actions
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5dea0c176..d52fcc3b8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
       run: |
         git config --global user.name "Github Actions"
         git config --global user.email "[email protected]"
-    - name: Commit files
+    - name: Commit and Push files
       run: |
         git add hello.txt
         git commit -m "Add hello.txt"

Reply via email to