async pipeline
parent
3bacd27e4c
commit
82a15648fa
|
|
@ -6,7 +6,7 @@ on:
|
|||
checksObject:
|
||||
description: ''
|
||||
required: false
|
||||
default: ""
|
||||
default: ''
|
||||
|
||||
permissions: write-all
|
||||
|
||||
|
|
|
|||
|
|
@ -6446,7 +6446,7 @@ class GitHub {
|
|||
repo: GitHub.repo,
|
||||
// eslint-disable-next-line camelcase
|
||||
workflow_id: selectedId,
|
||||
ref: 'topic-branch',
|
||||
ref: cloud_runner_options_1.default.branch,
|
||||
inputs: {
|
||||
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,
|
||||
// eslint-disable-next-line camelcase
|
||||
workflow_id: selectedId,
|
||||
ref: 'topic-branch',
|
||||
ref: CloudRunnerOptions.branch,
|
||||
inputs: {
|
||||
checksObject: JSON.stringify({ data, mode }),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue