Skip to content

Commit ff50007

Browse files
docs: Correct typo in comment in entrypoint.sh
1 parent bed4ffb commit ff50007

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
@@ -11,7 +11,7 @@ CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
1111
INPUT_BRANCH=${INPUT_BRANCH:-$CURRENT_BRANCH}
1212
INPUT_EXTRA_REQUIREMENTS=${INPUT_EXTRA_REQUIREMENTS:-''}
1313
REPOSITORY=${INPUT_REPOSITORY:-$GITHUB_REPOSITORY}
14-
# : "${INPUT_CHANGELOG:=true}" ignroed for now, let's check that it works
14+
# : "${INPUT_CHANGELOG:=true}" ignored for now, let's check that it works
1515

1616
set -e
1717

0 commit comments

Comments
 (0)