We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdb632 commit 82f27d1Copy full SHA for 82f27d1
1 file changed
.github/workflows/synced-preview.yml
@@ -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