mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
add manual run
This commit is contained in:
parent
1d7be725d1
commit
5c79f3b078
1 changed files with 19 additions and 0 deletions
19
action.yml
19
action.yml
|
@ -7,6 +7,23 @@ inputs:
|
|||
CI_DEPLOY:
|
||||
description: CI deploy token
|
||||
required: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- rosa2016.1
|
||||
workflow_dispatcha:
|
||||
inputs:
|
||||
PUBLICATOR:
|
||||
description: Publicator token
|
||||
required: true
|
||||
CI_DEPLOY:
|
||||
description: CI deploy token
|
||||
required: true
|
||||
- name: manual_input
|
||||
description: 'Manual input'
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
@ -322,3 +339,5 @@ runs:
|
|||
|
||||
container:
|
||||
image: packages.buildkite.com/r11-team/r11/builder:latest
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue