forked from gitea/actions-proto-def
Protocol Buffer schema for Gitea Actions.
sillyguodong
f2983b1900
implement: https://github.com/go-gitea/gitea/issues/24544 Changes: - Add `tasks_version` in `FetchTaskResponse` to store the latest version number that Gitea returns to Runner. - Add `tasks_version` in `FetchTaskRequest` to store the latest version number of Runner when executing `fetchTask`. Related: - Runner side: gitea/act_runner#219 - Gitea side: https://github.com/go-gitea/gitea/pull/25199 Reviewed-on: gitea/actions-proto-def#10 Reviewed-by: Jason Song <i@wolfogre.com> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: sillyguodong <gedong_1994@163.com> Co-committed-by: sillyguodong <gedong_1994@163.com> |
||
---|---|---|
.gitea/workflows | ||
proto | ||
.gitignore | ||
buf.gen.yaml | ||
buf.work.yaml | ||
buf.yaml | ||
LICENSE | ||
Makefile | ||
README.md |
proto
Protocol Buffer schema for Gitea Actions.
Install
install require command
make install
Build
make build