mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 20:06:16 +08:00
9 lines
124 B
YAML
9 lines
124 B
YAML
name: reusable
|
|
|
|
on: workflow_call
|
|
|
|
jobs:
|
|
reusable_workflow_job:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo Test |