Skip to content

Commit

Permalink
fix(ci): migrate to homarr-labs
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Lammers <[email protected]>
  • Loading branch information
walkxcode authored Jan 4, 2025
1 parent 578803f commit fae0b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_icons_and_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Commit and Push Changes 📤
run: |
git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
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
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Commit and Push Changes 📤
run: |
git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git config --global user.name "Dashboard Icons Bot"
git add tree.json
git commit -m ":construction_worker: Generate file tree" || exit 0
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Commit and Push Changes 📤
run: |
git config --global user.email "[email protected]"
git config --global user.email "[email protected]"
git config --global user.name "Dashboard Icons Bot"
git add ICONS.md
git commit -m ":construction_worker: Generate ICONS.md" || exit 0
Expand Down

0 comments on commit fae0b18

Please sign in to comment.