This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch feature/test-update-helium.json in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/feature/test-update-helium.json by this push: new abfe80ddf [ZEPPELIN-6042] fix origin name (#9) abfe80ddf is described below commit abfe80ddf5705beabcdcc06c305684e118136166 Author: pythonstrup <pythonst...@gmail.com> AuthorDate: Wed Sep 4 21:53:57 2024 +0900 [ZEPPELIN-6042] fix origin name (#9) --- .github/workflows/update-helium-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-helium-json.yml b/.github/workflows/update-helium-json.yml index d292e1363..4df1477c9 100644 --- a/.github/workflows/update-helium-json.yml +++ b/.github/workflows/update-helium-json.yml @@ -34,5 +34,5 @@ jobs: git config --global user.name "apache zepplein" git add ./helium.json git commit -m "update helium.json" - git push origin main + git push origin feature/test-update-helium.json