We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed4ffb commit ff50007Copy full SHA for ff50007
entrypoint.sh
@@ -11,7 +11,7 @@ CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
11
INPUT_BRANCH=${INPUT_BRANCH:-$CURRENT_BRANCH}
12
INPUT_EXTRA_REQUIREMENTS=${INPUT_EXTRA_REQUIREMENTS:-''}
13
REPOSITORY=${INPUT_REPOSITORY:-$GITHUB_REPOSITORY}
14
-# : "${INPUT_CHANGELOG:=true}" ignroed for now, let's check that it works
+# : "${INPUT_CHANGELOG:=true}" ignored for now, let's check that it works
15
16
set -e
17
0 commit comments