mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
update actions
This commit is contained in:
parent
9eef6e6bd0
commit
685b3a6e20
1 changed files with 19 additions and 19 deletions
38
action.yml
38
action.yml
|
@ -1,30 +1,30 @@
|
|||
name: Build and Deploy
|
||||
description: Build and deploy RPM packages
|
||||
#inputs:
|
||||
# PUBLICATOR:
|
||||
# description: Publicator token
|
||||
# required: true
|
||||
# CI_DEPLOY:
|
||||
# description: CI deploy token
|
||||
# required: true
|
||||
inputs:
|
||||
PUBLICATOR:
|
||||
description: Publicator token
|
||||
required: true
|
||||
CI_DEPLOY:
|
||||
description: CI deploy token
|
||||
required: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- rosa2016.1
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
PUBLICATOR:
|
||||
description: Publicator token
|
||||
required: true
|
||||
CI_DEPLOY:
|
||||
description: CI deploy token
|
||||
required: true
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# PUBLICATOR:
|
||||
# description: Publicator token
|
||||
# required: true
|
||||
# CI_DEPLOY:
|
||||
# description: CI deploy token
|
||||
# required: true
|
||||
|
||||
#runs:
|
||||
# using: "composite"
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs:
|
||||
using: "composite"
|
||||
#jobs:
|
||||
# build-and-deploy:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue