refactor: rename to actions-proto-go

This commit is contained in:
Jason Song
2022-12-06 13:44:23 +08:00
parent 67c5c8868b
commit f2c7bbb0bc
14 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
package actions
import runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
import runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
// Status represents the status of BotRun, BotRunJob, BotTask, or BotTaskStep
type Status int