Skip to content

Commit c253d39

Browse files
committed
Fix entrypoint
1 parent ba65dcf commit c253d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-environment/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ fi
5555
set -x
5656

5757
# Execute build script
58-
python -u build.py "$BUILD_ARGS"
58+
python -u build.py $BUILD_ARGS

0 commit comments

Comments
 (0)