async pipeline
parent
3bacd27e4c
commit
82a15648fa
|
|
@ -6,7 +6,7 @@ on:
|
||||||
checksObject:
|
checksObject:
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ''
|
||||||
|
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6446,7 +6446,7 @@ class GitHub {
|
||||||
repo: GitHub.repo,
|
repo: GitHub.repo,
|
||||||
// eslint-disable-next-line camelcase
|
// eslint-disable-next-line camelcase
|
||||||
workflow_id: selectedId,
|
workflow_id: selectedId,
|
||||||
ref: 'topic-branch',
|
ref: cloud_runner_options_1.default.branch,
|
||||||
inputs: {
|
inputs: {
|
||||||
checksObject: JSON.stringify({ data, mode }),
|
checksObject: JSON.stringify({ data, mode }),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -104,7 +104,7 @@ class GitHub {
|
||||||
repo: GitHub.repo,
|
repo: GitHub.repo,
|
||||||
// eslint-disable-next-line camelcase
|
// eslint-disable-next-line camelcase
|
||||||
workflow_id: selectedId,
|
workflow_id: selectedId,
|
||||||
ref: 'topic-branch',
|
ref: CloudRunnerOptions.branch,
|
||||||
inputs: {
|
inputs: {
|
||||||
checksObject: JSON.stringify({ data, mode }),
|
checksObject: JSON.stringify({ data, mode }),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue