1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-09-09 01:08:11 +02:00

docs: migrate to homarr-labs (#861)

* docs: migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* docs: migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* docs: migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* fix(ci): migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* fix(ci): migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

* fix(ci): migrate to homarr-labs

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>

---------

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
Bjorn Lammers 2025-01-05 00:15:08 +01:00 committed by GitHub
parent fd750cd3f0
commit c5c8eabd04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

View file

@ -40,7 +40,7 @@ jobs:
- name: Commit and Push Changes
run: |
git config --global user.email "noreply@lammers.media"
git config --global user.email "homarr-labs@proton.me"
git config --global user.name "Dashboard Icons Bot"
git add png/ svg/ webp/
git commit -m ":compression: Compress icons" || exit 0

View file

@ -35,7 +35,7 @@ jobs:
- name: Commit and Push Changes 📤
run: |
git config --global user.email "noreply@lammers.media"
git config --global user.email "homarr-labs@proton.me"
git config --global user.name "Dashboard Icons Bot"
git add png/ webp/
git commit -m ":recycle: Convert SVG assets to PNG and WEBP" || exit 0
@ -63,7 +63,7 @@ jobs:
- name: Commit and Push Changes 📤
run: |
git config --global user.email "noreply@lammers.media"
git config --global user.email "homarr-labs@proton.me"
git config --global user.name "Dashboard Icons Bot"
git add tree.json
git commit -m ":construction_worker: Generate file tree" || exit 0
@ -91,7 +91,7 @@ jobs:
- name: Commit and Push Changes 📤
run: |
git config --global user.email "noreply@lammers.media"
git config --global user.email "homarr-labs@proton.me"
git config --global user.name "Dashboard Icons Bot"
git add ICONS.md
git commit -m ":construction_worker: Generate ICONS.md" || exit 0

View file

@ -66,7 +66,7 @@ jobs:
PREVIEWS=""
for ICON in $ICONS; do
ICON_NAME=$(basename $ICON)
PREVIEW="![${ICON_NAME}](https://raw.githubusercontent.com/walkxcode/dashboard-icons/${{ github.event.pull_request.head.ref }}/png/${ICON_NAME})"
PREVIEW="![${ICON_NAME}](https://raw.githubusercontent.com/homarr-labs/dashboard-icons/${{ github.event.pull_request.head.ref }}/png/${ICON_NAME})"
PREVIEWS="$PREVIEWS $PREVIEW"
done
echo "::set-output name=icon_previews::$PREVIEWS"