Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 72944e2

Browse files
fkorotkovgundalow
andauthored
Fixed typo
Co-Authored-By: John R Barker <[email protected]>
1 parent 62952c1 commit 72944e2

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
@@ -71,7 +71,7 @@ git fetch origin $HEAD_BRANCH
7171
# do the rebase
7272
git checkout -b $HEAD_BRANCH origin/$HEAD_BRANCH
7373

74-
# Do an exact check instead of `rebase *` so it's not possible to inject malisios commands
74+
# Do an exact check instead of `rebase *` so it's not possible to inject malicious commands
7575
if [[ $(jq -r ".comment.body" "$GITHUB_EVENT_PATH" | grep -Fq "/rebase --autosquash") -eq 0 ]]; then
7676
git rebase --autosquash origin/$BASE_BRANCH
7777
else

0 commit comments

Comments
 (0)