Skip to content

Commit 82f27d1

Browse files
authored
pr: Add action for creating a synced preview (#230)
1 parent bbdb632 commit 82f27d1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: TestHub Ephemeral Sync & Preview
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
user_email:
7+
description: 'The email of the TestHub user requesting the build'
8+
required: true
9+
type: string
10+
11+
jobs:
12+
testhub_preview:
13+
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-synced-preview.yml@offload-testhub-build
14+
with:
15+
user_email: ${{ github.event.inputs.user_email }}
16+
secrets: inherit

0 commit comments

Comments
 (0)