Update action.yml
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ runs:
|
||||
chmod +x custom_commands.sh
|
||||
|
||||
echo "Execute file"
|
||||
./custom_commands.sh >> "$LOG_FILE" 2>&1
|
||||
./custom_commands.sh >> "$LOG_FILE" 2>&1 || true
|
||||
EXIT_CODE=$?
|
||||
|
||||
echo "Finished file"
|
||||
|
||||
Reference in New Issue
Block a user