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 14df0ac85 [ZEPPELIN-6042] actions test (#14) 14df0ac85 is described below commit 14df0ac853c2b986f903d1dd195b4237a8616c49 Author: pythonstrup <pythonst...@gmail.com> AuthorDate: Sun Sep 8 16:12:36 2024 +0900 [ZEPPELIN-6042] actions test (#14) --- .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 5acdde412..812f661b1 100644 --- a/.github/workflows/update-helium-json.yml +++ b/.github/workflows/update-helium-json.yml @@ -33,7 +33,7 @@ jobs: git config --global user.email "d...@zeppelin.apache.org" git config --global user.name "apache zepplein" - if [[ -n $(git status --porcelain) ]]; then + if [[ -n $(git status --porcelain ./helium.json) ]]; then git add ./helium.json git commit -m "update helium.json" git push origin feature/test-update-helium.json