mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update helper_stats_graphs.yaml
This commit is contained in:
6
.github/workflows/helper_stats_graphs.yaml
vendored
6
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -20,9 +20,9 @@ jobs:
|
||||
run: |
|
||||
echo "Starting run"
|
||||
# Get stars
|
||||
curl -o .github/starstmp.svg https://contrib.rocks/image?repo=alexbelgium/hassio-addons
|
||||
FILESIZE=$(stat -c%s ".github/starstmp.svg")
|
||||
if (( FILESIZE > MAXSIZE)); then mv .github/starstmp.svg .github/stars.svg; fi
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user