Compare commits

...

6 commits

Author SHA1 Message Date
42ce59a74b Merge pull request 'empty commit for issue 1' (#2) from issue/1 into main
Some checks failed
/ dump (push) Failing after 1s
Reviewed-on: #2
2024-02-09 19:13:05 +01:00
ac89dd4e7c
rename to forgejo
Some checks failed
/ dump (push) Successful in 2s
/ dump (pull_request) Has been cancelled
2024-02-09 19:12:23 +01:00
32219ce131
rename to forgejo
Some checks failed
/ dump (push) Successful in 2s
/ dump (pull_request) Has been cancelled
2024-02-09 19:02:45 +01:00
3dc8232a98
runs on docker 2024-02-09 19:01:02 +01:00
b377c5bec9
change readme
Some checks failed
/ dump (push) Successful in 11s
/ dump (pull_request) Failing after 6s
2024-01-22 07:34:20 +01:00
25eebb165a
empty commit
All checks were successful
/ dump (push) Successful in 9s
/ dump (pull_request) Successful in 8s
2024-01-22 07:30:46 +01:00
2 changed files with 5 additions and 5 deletions

View file

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

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, Not all GitHub triggers are implemented, currently
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).