Skip to content

Commit 629123c

Browse files
committed
fix: gqm build error
1 parent 4d5d569 commit 629123c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gqm_gen/update_gqm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm install
2121
npm run start || true # Continue even if tests fail
2222

2323
# Handle git operations if not in act
24-
if [ "$ACT" = "true" ]; then
24+
if [ "${ACT:-}" = "true" ]; then
2525
echo "Running in act - simulating successful git operations"
2626
exit 0
2727
else

0 commit comments

Comments
 (0)