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 1e462fb commit 2de3062Copy full SHA for 2de3062
entrypoint.sh
@@ -23,7 +23,7 @@ ls -la "$CLONE_DIR"
23
24
cd "$CLONE_DIR"
25
26
-INSERTED_LINE="https://github.com/$GITHUB_REPOSITORY\n"
+INSERTED_LINE="- https://github.com/$GITHUB_REPOSITORY\n"
27
28
sed "/^<!-- START gadpp -->.*/a $INSERTED_LINE" $README_FILE > readme_changed.md
29
0 commit comments