Skip to content

Commit fb72bcf

Browse files
authored
fix: incorrect type expected string for gta-partial-testing action input (#438)
1 parent 383e2e2 commit fb72bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ inputs:
4040
description: |
4141
The base branch to compare changed code to.
4242
gta-partial-testing:
43-
default: false
43+
default: "false"
4444
description: |
4545
Whether partial testing should be performed. Only changed packages will be
4646
tested.

0 commit comments

Comments
 (0)