Compare commits

..

No commits in common. "42ce59a74b8b00143dc836ece3104f17f0e9a678" and "7fed3025a3210b2ece05bf664784b8b589797a2d" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ on:
jobs: jobs:
dump: dump:
runs-on: docker runs-on: ubuntu-latest
steps: steps:
- name: github - name: github
shell: bash 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 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,
[the list can be found here](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/modules/actions/github.go). currently [the list can be found here](https://github.com/go-gitea/gitea/blob/main/modules/actions/github.go).