migrate composite to workflow

This commit is contained in:
Sergey Zhemoytel 2025-01-23 15:17:51 +03:00
parent 51bdf9d2f6
commit 9eef6e6bd0

View file

@ -21,8 +21,10 @@ on:
description: CI deploy token
required: true
runs:
using: "composite"
#runs:
# using: "composite"
jobs:
build-and-deploy:
steps:
- name: Checkout code
run: |