pipeline-test-vars/README.md

10 lines
434 B
Markdown
Raw Normal View History

2024-01-21 14:07:55 +01:00
# Gitea action test: Vars
2024-01-21 14:06:19 +01:00
2024-01-21 14:07:55 +01:00
Which variables are set in Gitea Actions by default?
2024-01-21 14:14:24 +01:00
2024-01-22 06:54:30 +01:00
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).
2024-01-22 07:34:20 +01:00
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).