Skip to content

Commit 674b1ed

Browse files
committed
Minor
1 parent 6b1f5ce commit 674b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ls -la "$CLONE_DIR"
2323

2424
cd "$CLONE_DIR"
2525

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

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

0 commit comments

Comments
 (0)