async pipeline

pull/479/head
Frostebite 2023-01-18 23:34:01 +00:00
parent 3bacd27e4c
commit 82a15648fa
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ on:
checksObject:
description: ''
required: false
default: ""
default: ''
permissions: write-all

2
dist/index.js vendored
View File

@ -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 }),
},

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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 }),
},