From eb2f1694ab60da60337ea171f3971d0674448276 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 27 Jan 2024 22:57:42 +0800 Subject: [PATCH] docs: update README.md with information about Gitea Actions - Update the description of the README.md file - Add information about Gitea Actions as a built-in CI/CD solution Signed-off-by: appleboy --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d1aec0..78986ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # go -[Gitea actions][1] example for [Golang][2]. +[Gitea actions][1] example for [Golang][2]. Starting with [Gitea][3] 1.19, Gitea Actions are available as a built-in CI/CD solution. [1]: https://docs.gitea.com/usage/actions/overview -[2]: https://go.dev \ No newline at end of file +[2]: https://go.dev +[3]: https://about.gitea.com/