1
0
Fork 0
Protocol Buffer schema for Gitea Actions.
Go to file
Jason Song 354db4baaa Support `outputs`/`needs` (#5)
Fix #4.

See
- https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs
- https://docs.github.com/en/actions/learn-github-actions/contexts#needs-context

To to support gitea/act_runner#101

Reviewed-on: gitea/actions-proto-def#5
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-04-12 14:40:39 +08:00
proto Support `outputs`/`needs` (#5) 2023-04-12 14:40:39 +08:00
.drone.yml chore: update ci 2022-11-21 18:17:54 +08:00
.gitignore feat: v1 version 2022-11-21 16:35:07 +08:00
LICENSE chore: update LICENSE 2022-11-21 16:42:58 +08:00
Makefile Rename to actions (#2) 2022-12-05 16:16:04 +08:00
README.md Update readme (#3) 2022-12-05 16:23:56 +08:00
buf.gen.yaml Rename to actions (#2) 2022-12-05 16:16:04 +08: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

README.md

proto

Build Status

Protocol Buffer schema for Gitea Actions.

Install

install require command

make install

Build

make build