mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-09-06 15:58:18 +02:00
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:
parent
65be446af5
commit
c7a85b2278
5 changed files with 58 additions and 14 deletions
8
.github/workflows/_readme_generator.yml
vendored
8
.github/workflows/_readme_generator.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue