You've already forked keep-it-secret
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
name: "Testing Action logging in Gitea"
|
name: "Checks"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_call:
|
||||||
branches:
|
|
||||||
- "KIS-0000-gitea-logging-tests"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-checks:
|
run-checks:
|
||||||
10
.gitea/workflows/ci.yaml
Normal file
10
.gitea/workflows/ci.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
name: "CI"
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "KIS-0000-gitea-logging-tests"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
checks:
|
||||||
|
uses: "./.gitea/workflows/checks.yaml"
|
||||||
Reference in New Issue
Block a user