test
This commit is contained in:
parent
44366109b2
commit
ca6b129163
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -88,3 +88,5 @@ require (
|
|||
)
|
||||
|
||||
replace github.com/nektos/act => gitea.com/gitea/act v0.245.2-0.20230516060355-9283cfc9b166
|
||||
|
||||
replace code.gitea.io/actions-proto-go => ../actions-proto-go
|
||||
|
|
|
@ -27,7 +27,7 @@ runner:
|
|||
# The interval for fetching the job from the Gitea instance.
|
||||
fetch_interval: 2s
|
||||
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
|
||||
# Please enter sequences (equivalent to lists or arrays).
|
||||
# Please enter sequences (equivalent to lists or arrays)..
|
||||
labels:
|
||||
|
||||
cache:
|
||||
|
|
Loading…
Add table
Reference in a new issue