1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-09-06 15:58:18 +02:00

🔀 Final merge into main (#364) (#367)

Co-authored-by: Bjorn Lammers <walkxnl@gmail.com>
Co-authored-by: Prakash Palanisamy <prakash_gitea@itsprakash.in>
Co-authored-by: Prakash Palanisamy <51423001+itsprakashp@users.noreply.github.com>
Co-authored-by: Dashboard Icons Bot <noreply@walkx.fyi>
This commit is contained in:
Bjorn Lammers 2023-04-16 15:30:48 +02:00 committed by GitHub
parent 65be446af5
commit c7a85b2278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 58 additions and 14 deletions

View file

@ -1,4 +1,4 @@
name: 🚀 Generates README
name: 🚀 Generates ICONS
on:
push:
@ -17,10 +17,10 @@ jobs:
python-version: "3.9"
architecture: "x64"
- name: Readme Generator
- name: ICONS Generator
run: |-
python _ci.py
cat README.md
cat ICONS.md
- name: Load to GitHub
run: |-
@ -28,5 +28,5 @@ jobs:
git config --global user.email "noreply@walkx.fyi"
git config --global user.name "Dashboard Icons Bot"
git add -A
git commit -m "🚀 Generates README" || exit 0
git commit -m "🚀 Generates ICONS" || exit 0
git push