mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-02 18:00:18 +00:00
10 lines
126 B
YAML
10 lines
126 B
YAML
name: reusable
|
|
|
|
on:
|
|
- workflow_call
|
|
|
|
jobs:
|
|
reusable_workflow_job:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo Test |