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 bf99c9dc7 [NO-ISSUE] Test push a new file on Github Actions bf99c9dc7 is described below commit bf99c9dc737773f14b0e4619c825ce8834411dd4 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Sun Sep 1 18:23:06 2024 +0900 [NO-ISSUE] Test push a new file on Github Actions --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d52fcc3b8..1d25f1bb4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Create file - run: echo "Hello World" > hello.txt + run: | + echo "Hello World\n" > hello.txt + date >> hello.txt - name: Configure Git run: | git config --global user.name "Github Actions"