Compare commits

..

1 Commits

Author SHA1 Message Date
lukaszraczylo 08fff358b4 Update entrypoint.sh 2024-08-22 20:18:53 +01:00
+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."