Compare commits
6 commits
7fed3025a3
...
42ce59a74b
Author | SHA1 | Date | |
---|---|---|---|
42ce59a74b | |||
ac89dd4e7c | |||
32219ce131 | |||
3dc8232a98 | |||
b377c5bec9 | |||
25eebb165a |
2 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ on:
|
|||
|
||||
jobs:
|
||||
dump:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: github
|
||||
shell: bash
|
|
@ -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).
|
||||
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).
|
||||
|
|
Loading…
Add table
Reference in a new issue