Skip to content

Commit 70e08d2

Browse files
committed
Minor
1 parent f842581 commit 70e08d2

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
@@ -24,7 +24,7 @@ ls -la "$CLONE_DIR"
2424
cd "$CLONE_DIR"
2525

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

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

0 commit comments

Comments
 (0)