Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-23 10:25:35 +01:00
committed by GitHub
parent 21acedae41
commit 3d7eed642b

View File

@@ -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: