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 <[email protected]> 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/[email protected] + uses: actions/[email protected] with: timezoneLinux: "Asia/Shanghai" timezoneMacos: "Asia/Shanghai"
