File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/compass-smoke-tests/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 type : string
2323 description : ' A random string to track the run from dispatch to watching'
2424
25- run-name : Test Installers ( ${{ github.event.inputs.version }} / nonce = ${{ github.event.inputs.nonce || 'not- set' }})
25+ run-name : Test Installers ${{ github.event.inputs.version }} / ( nonce = ${{ github.event.inputs.nonce || 'not set' }})
2626
2727jobs :
2828 test :
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export async function dispatchAndWait({
9797 // Find the next run we just dispatched
9898 const run = await getWorkflowRunRetrying (
9999 octokit ,
100- `Test Installers ( ${ version } / ${ nonce } )`
100+ `Test Installers ${ version } / (nonce = ${ nonce } )`
101101 ) ;
102102
103103 console . log ( `Dispatched run #${ run . run_number } (${ run . html_url } )` ) ;
You can’t perform that action at this time.
0 commit comments