mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-06 17:40:58 +00:00
s|gitea.com/gitea/act_runner|codeberg.org/forgejo/runner|
This commit is contained in:
parent
75820a6a3e
commit
d5798f067a
11 changed files with 19 additions and 19 deletions
2
main.go
2
main.go
|
@ -6,7 +6,7 @@ import (
|
|||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"gitea.com/gitea/act_runner/cmd"
|
||||
"codeberg.org/forgejo/runner/cmd"
|
||||
)
|
||||
|
||||
func withContextFunc(ctx context.Context, f func()) context.Context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue