Skip to content

Commit 6b1f5ce

Browse files
committed
Minor
1 parent f6aa1ab commit 6b1f5ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ ls -la "$CLONE_DIR"
2323

2424
cd "$CLONE_DIR"
2525

26-
INSERTED_LINE="- [$GITHUB_REPOSITORY](https://github.com/$GITHUB_REPOSITORY)\n"
26+
INSERTED_LINE="- [$GITHUB_REPOSITORY](https://github.com/$GITHUB_REPOSITORY), [$GITHUB_SHA](https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)\n"
2727

2828
sed "/^<!-- START gadpp -->.*/a $INSERTED_LINE" $README_FILE > readme_changed.md
2929

3030
mv readme_changed.md $README_FILE
3131

3232
git add .
33-
git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)"
33+
git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA"
3434
git push origin master

0 commit comments

Comments
 (0)