We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211ed3f commit d6e1a02Copy full SHA for d6e1a02
1 file changed
.github/workflows/sync-with-AM.yml
@@ -84,8 +84,8 @@ jobs:
84
SITE="https://$(echo "$INSTALLATION_SCRIPT" 2>/dev/null | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" | head -1 | awk -F[/:] '{print $4}')"
85
fi
86
87
- echo "# $APP" > apps/"$a".md
88
- printf "\n$DESCRIPTION\n" >> apps/"$a".md
+ printf "# $APP\n\n" > apps/"$a".md
+ echo "$DESCRIPTION" >> apps/"$a".md
89
printf "\n SITE: $SITE\n\n" >> apps/"$a".md
90
printf " | [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)\n | --- | --- |" >> apps/"$a".md
91
0 commit comments