Skip to content

Commit 8bd8af9

Browse files
committed
Add dispatch command
1 parent 66170ad commit 8bd8af9

File tree

5 files changed

+573
-6
lines changed

5 files changed

+573
-6
lines changed

.github/workflows/test-installers.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ permissions:
66
on:
77
workflow_dispatch:
88
inputs:
9+
version:
10+
type: string
11+
description: 'Version of the installer to download'
12+
required: true
913
bucket_name:
1014
type: string
1115
description: 'S3 bucket to download installers from'
@@ -14,10 +18,11 @@ on:
1418
type: string
1519
description: 'S3 bucket key prefix to download installers from'
1620
required: true
17-
version:
21+
nonce:
1822
type: string
19-
description: 'Version of the installer to download'
20-
required: true
23+
description: 'A random string to track the run from dispatch to watching'
24+
25+
run-name: Test Installers ${{ github.event.inputs.version }} / (nonce = ${{ github.event.inputs.nonce || 'not set' }})
2126

2227
jobs:
2328
test:

0 commit comments

Comments
 (0)