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

miao pushed a commit to branch grafana_plugin
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/grafana_plugin by this push:
     new 3309ad4c410 Fixed the issue of displaying 0 when the number is null
3309ad4c410 is described below

commit 3309ad4c410af02705148cdb88e7585536d827f8
Author: luke.miao <[email protected]>
AuthorDate: Tue Dec 10 14:56:42 2024 +0800

    Fixed the issue of displaying 0 when the number is null
---
 .github/workflows/grafana-plugin.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/grafana-plugin.yml 
b/.github/workflows/grafana-plugin.yml
index 1d2b37dbf3c..42bd20f1910 100644
--- a/.github/workflows/grafana-plugin.yml
+++ b/.github/workflows/grafana-plugin.yml
@@ -81,3 +81,8 @@ jobs:
         with:
           name: apache-iotdb-datasource
           path: iotdb-connector/grafana-plugin/apache-iotdb-datasource.zip
+
+      - name: Download artifact
+        uses: actions/download-artifact@v4
+        with:
+          name: apache-iotdb-datasource

Reply via email to