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 8d86eb3 commit 578803f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_and_preview_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 578803f

Please sign in to comment.