Files
gitea-ci-library/.gitea/workflows/ci-engine.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 12: mapping values are not allowed in this context
moilanik bac0ccf9ed
CI / call-engine (push) Failing after 0s
poc, löytyykö provider
2026-06-09 05:30:48 +03:00

13 lines
233 B
YAML

name: CI Engine
on:
workflow_call:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Provider engine reachable
run: echo "ci-engine (provider) running via uses: binding"