Compare commits

...

3 Commits

1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ export INPUT_NODE=$1
export INPUT_SEED=$2
export INPUT_FOLDER=$3
echo "ARGS:" $@
# Providing a default value for INPUT_FOLDER if not set
if [ -z "$INPUT_FOLDER" ]
then
@ -15,4 +17,4 @@ echo "Publishing to node: $INPUT_NODE"
echo "Publishing folder: $INPUT_FOLDER"
# Example command (replace with your actual command)
bun ./src/index.ts
bun /app/src/index.ts