Update entrypoint.sh

This commit is contained in:
2024-08-22 20:18:53 +01:00
committed by GitHub
parent b64578ba8a
commit 08fff358b4
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -e set -e
FLAGS="" FLAGS="$SEMVER_RAW_FLAGS"
if [[ -z "$INPUT_CONFIG_FILE" ]]; then if [[ -z "$INPUT_CONFIG_FILE" ]]; then
echo "Set the configuration file path." echo "Set the configuration file path."