From 3d7eed642b0518a167ba05284ec94033f69cefb3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:25:35 +0100 Subject: [PATCH] Update helper_stats_graphs.yaml --- .github/workflows/helper_stats_graphs.yaml | 25 ++++++---------------- 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 27c270d4e..07b2ed7c0 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -11,24 +11,6 @@ on: workflow_dispatch: jobs: - stars_graphs: - runs-on: ubuntu-latest - steps: - - name: Checkout Repo - uses: actions/checkout@v3 - - name: Update stars - run: | - echo "Starting run" - # Get stars - wget -S -O .github/stars.svg https://contrib.rocks/image?repo=alexbelgium/hassio-addons - # Get stars2 - wget -S -O .github/stars2.svg https://contrib.rocks/image?repo=alexbelgium/hassio-addons - - name: Commit if needed - uses: EndBug/add-and-commit@v9 - with: - message: "GitHub bot : graphs updated" - default_author: github_actions - stats_graphs: runs-on: ubuntu-latest steps: @@ -239,6 +221,13 @@ jobs: plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth bezier EOFMarker rm Stats3 + - name: Update stars + run: | + echo "Starting run" + # Get stars + wget -S -O .github/stars.svg https://contrib.rocks/image?repo=alexbelgium/hassio-addons + # Get stars2 + wget -S -O .github/stars2.svg https://contrib.rocks/image?repo=alexbelgium/hassio-addons - name: Commit if needed uses: EndBug/add-and-commit@v9 with: