empty commit for issue 1 #2

Merged
oliver merged 5 commits from issue/1 into main 2024-02-09 19:13:06 +01:00
Showing only changes of commit 32219ce131 - Show all commits

View file

@ -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 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). all [triggers](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows).
Not all GitHub triggers are implemented, currently 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).