mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
migrate composite to workflow
This commit is contained in:
parent
51bdf9d2f6
commit
9eef6e6bd0
1 changed files with 4 additions and 2 deletions
|
@ -21,8 +21,10 @@ on:
|
||||||
description: CI deploy token
|
description: CI deploy token
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
runs:
|
#runs:
|
||||||
using: "composite"
|
# using: "composite"
|
||||||
|
jobs:
|
||||||
|
build-and-deploy:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue