Update action.yml
This commit is contained in:
@@ -253,6 +253,8 @@ runs:
|
||||
./custom_commands.sh >> "$LOG_FILE" 2>&1
|
||||
EXIT_CODE=$?
|
||||
|
||||
echo "Finished file"
|
||||
|
||||
if [ $EXIT_CODE -eq 0 ]; then
|
||||
echo "✅ Custom shell executed successfully" | tee -a "$LOG_FILE"
|
||||
echo "Exit Code: 0" >> "$LOG_FILE"
|
||||
|
||||
Reference in New Issue
Block a user