Skip to content

Commit 31669b0

Browse files
committed
added inputs types
1 parent 786b17f commit 31669b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/js_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
inputs:
99
E2B_DOMAIN:
1010
required: false
11+
type: string
1112
E2B_CI_TEMPLATE:
1213
required: false
14+
type: string
1315

1416
permissions:
1517
contents: read

.github/workflows/python_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
inputs:
99
E2B_DOMAIN:
1010
required: false
11+
type: string
1112
E2B_CI_TEMPLATE:
1213
required: false
14+
type: string
1315

1416
permissions:
1517
contents: read

0 commit comments

Comments
 (0)