Skip to content

Commit f842581

Browse files
committed
minor
1 parent 8095535 commit f842581

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,8 +23,8 @@ ls -la "$CLONE_DIR"
2323

2424
cd "$CLONE_DIR"
2525

26-
INSERTED_LINE="- [$GITHUB_REPOSITORY](https://github.com/$GITHUB_REPOSITORY), [$GITHUB_REF@$GITHUB_SHA](https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)"
27-
DELETE_PREFIX="- \[$GITHUB_REPOSITORY\]"
26+
INSERTED_LINE="- $GITHUB_REPOSITORY, [$GITHUB_REF@$GITHUB_SHA](https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)"
27+
DELETE_PREFIX="- $GITHUB_REPOSITORY"
2828

2929
sed "/$DELETE_PREFIX/d" $README_FILE > readme_changed.md
3030

0 commit comments

Comments
 (0)