Skip to content

Commit 01b408f

Browse files
committed
fix workflow
1 parent 5ece156 commit 01b408f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/regression_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ on:
4040
run_sha1_tests:
4141
description: whether to also run against a sha1 enabled apigee app
4242
required: false
43-
default: "false"
43+
type: boolean
44+
default: false
4445

4546
jobs:
4647
regression_tests:

0 commit comments

Comments
 (0)