Skip to content

Commit 699dddc

Browse files
Copilotneilime
andcommitted
Fix trailing spaces in build action
Co-authored-by: neilime <[email protected]>
1 parent da11f25 commit 699dddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ runs:
112112
echo "$BUILD_COMMANDS" | while IFS= read -r COMMAND ; do
113113
# Trim whitespace
114114
COMMAND=$(echo "$COMMAND" | xargs)
115-
115+
116116
# Skip empty lines
117117
if [ -z "$COMMAND" ]; then
118118
continue
119119
fi
120-
120+
121121
echo -e "\n🏗️ Running build command: $COMMAND"
122122
$RUN_SCRIPT_COMMAND "$COMMAND"
123123
done

0 commit comments

Comments
 (0)