Protocol Buffer schema and go package for Forgejo Actions.
Find a file
2026-02-21 00:11:02 +00:00
.forgejo/workflows Update https://data.forgejo.org/actions/forgejo-release action to v2.11.2 (#16) 2026-02-21 00:11:02 +00:00
ping/v1 chore: s|code.gitea.io/actions-proto-go|code.forgejo.org/forgejo/actions-proto| 2025-07-03 14:38:25 +02:00
proto feat: support fetching multiple tasks in one FetchTask operation (#12) 2025-12-28 03:41:23 +00:00
runner/v1 feat: support fetching multiple tasks in one FetchTask operation (#12) 2025-12-28 03:41:23 +00:00
.gitignore feat: merge definition and package together 2025-07-03 14:24:22 +02:00
buf.gen.yaml chore: s|code.gitea.io/actions-proto-go|code.forgejo.org/forgejo/actions-proto| 2025-07-03 14:38:25 +02:00
buf.work.yaml feat: v1 version 2022-11-21 16:35:07 +08:00
buf.yaml feat: v1 version 2022-11-21 16:35:07 +08:00
go.mod Update module google.golang.org/protobuf to v1.36.11 (#11) 2025-12-14 08:11:23 +00:00
go.sum Update module google.golang.org/protobuf to v1.36.11 (#11) 2025-12-14 08:11:23 +00:00
LICENSE chore: update LICENSE 2022-11-21 16:42:58 +08:00
Makefile feat: merge definition and package together 2025-07-03 14:24:22 +02:00
README.md feat: merge definition and package together 2025-07-03 14:24:22 +02:00
renovate.json Configure Renovate (#1) 2025-07-03 14:01:31 +00:00

proto

Protocol Buffer schema and go package for Forgejo Actions.

Install

install require command

make install

Build

make build