Skip to content

Commit d6e1a02

Browse files
authored
Update sync-with-AM.yml
1 parent 211ed3f commit d6e1a02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-with-AM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
SITE="https://$(echo "$INSTALLATION_SCRIPT" 2>/dev/null | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" | head -1 | awk -F[/:] '{print $4}')"
8585
fi
8686
87-
echo "# $APP" > apps/"$a".md
88-
printf "\n$DESCRIPTION\n" >> apps/"$a".md
87+
printf "# $APP\n\n" > apps/"$a".md
88+
echo "$DESCRIPTION" >> apps/"$a".md
8989
printf "\n SITE: $SITE\n\n" >> apps/"$a".md
9090
printf " | [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)\n | --- | --- |" >> apps/"$a".md
9191

0 commit comments

Comments
 (0)