1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00

Fix regression after merging upstream (#54)

Related to 441bf3e1a7

Reviewed-on: https://gitea.com/gitea/act/pulls/54
This commit is contained in:
Jason Song 2023-05-04 17:54:09 +08:00
parent 441bf3e1a7
commit d2df2b0eeb

View file

@ -5,6 +5,7 @@ import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"os" "os"
"time"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"