From 32219ce1316f87bf105fca1e7bf0b3f25cf64858 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Fri, 9 Feb 2024 19:02:45 +0100 Subject: [PATCH] rename to forgejo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d63fe4..222a374 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Gitea action test: Vars +# Forgejo action test: Vars -Which variables are set in Gitea Actions by default? +Which variables are set in Forgejo Actions by default? Let's try to dump all [context](https://docs.github.com/en/actions/learn-github-actions/contexts) for all [triggers](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows). Not all GitHub triggers are implemented, currently -[the list can be found here](https://github.com/go-gitea/gitea/blob/main/modules/actions/github.go). +[the list can be found here](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/modules/actions/github.go).