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 88ac841 commit 046dee9Copy full SHA for 046dee9
1 file changed
entrypoint.sh
@@ -48,7 +48,7 @@ if [ -n "$INPUT_BRANCH" ]; then
48
fi
49
50
if [ -n "$INPUT_CONFIG" ]; then
51
- CMD="$CMD --config \"$INPUT_CONFIG_FILE\""
+ CMD="$CMD --config \"$INPUT_CONFIG\""
52
53
54
if [ -n "$INPUT_CONFIG_PROFILE" ]; then
0 commit comments