Skip to content

Commit 66d88fd

Browse files
committed
feat(ios): use inputs
feat(ios): use inputs as vars
1 parent cbe860b commit 66d88fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/reusable-ios-checks.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ on:
1111
required: false
1212
type: string
1313
default: GoogleService-Info.plist
14+
testShopId:
15+
type: string
16+
required: false
17+
testApiUrl:
18+
type: string
19+
required: false
1420

1521
secrets:
1622
googleServicesString:
@@ -31,6 +37,8 @@ jobs:
3137
ACTIONS_IS_RUNNING: true
3238
TEST_SHOP_ID: ${{ secrets.testShopId }}
3339
TEST_API_URL: ${{ secrets.testApiUrl }}
40+
SIMCTL_CHILD_TEST_SHOP_ID: ${{ inputs.testShopId }}
41+
SIMCTL_CHILD_TEST_API_URL: ${{ inputs.testApiUrl }}
3442
steps:
3543
- run: env
3644

0 commit comments

Comments
 (0)