Compare commits

..

No commits in common. "32219ce1316f87bf105fca1e7bf0b3f25cf64858" and "b377c5bec9ebc26e41311900cf6b448087c94d1b" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ on:
jobs:
dump:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: github
shell: bash

View file

@ -1,9 +1,9 @@
# Forgejo action test: Vars
# Gitea action test: Vars
Which variables are set in Forgejo Actions by default?
Which variables are set in Gitea 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://codeberg.org/forgejo/forgejo/src/branch/forgejo/modules/actions/github.go).
[the list can be found here](https://github.com/go-gitea/gitea/blob/main/modules/actions/github.go).