You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/01/05 09:06:21 UTC

[iotdb-client-go] branch try_action created (now 923780d)

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

haonan pushed a change to branch try_action
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git.


      at 923780d  try github action

This branch includes the following new commits:

     new 923780d  try github action

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb-client-go] 01/01: try github action

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch try_action
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git

commit 923780dbda7debe39f54dec533303ec67e4c5cbe
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue Jan 5 17:05:39 2021 +0800

    try github action
---
 .github/workflows/go.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 90a54fa..96be65b 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -2,7 +2,7 @@ name: Go
 
 on:
   push:
-    branches: [ main ]
+    branches: [ try_action ]
   pull_request:
     branches: [ main ]
 
@@ -17,7 +17,7 @@ jobs:
     steps:
 
     - name: Setup timezone
-      uses: szenius/set-timezone@v1.0
+      uses: actions/set-timezone-action@v1.1
       with:
         timezoneLinux: "Asia/Shanghai"
         timezoneMacos: "Asia/Shanghai"