From 25eebb165a638a2ae21447188e0b85af7e8da781 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Mon, 22 Jan 2024 07:30:46 +0100 Subject: [PATCH 1/5] empty commit From b377c5bec9ebc26e41311900cf6b448087c94d1b Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Mon, 22 Jan 2024 07:34:20 +0100 Subject: [PATCH 2/5] change readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5df1b4..2d63fe4 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ 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://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://github.com/go-gitea/gitea/blob/main/modules/actions/github.go). From 3dc8232a98db2ae61b46a4d8c6fc45b636e26dd0 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Fri, 9 Feb 2024 19:01:02 +0100 Subject: [PATCH 3/5] runs on docker --- .gitea/workflows/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/vars.yml b/.gitea/workflows/vars.yml index 48486d0..7c3780d 100644 --- a/.gitea/workflows/vars.yml +++ b/.gitea/workflows/vars.yml @@ -37,7 +37,7 @@ on: jobs: dump: - runs-on: ubuntu-latest + runs-on: docker steps: - name: github shell: bash From 32219ce1316f87bf105fca1e7bf0b3f25cf64858 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Fri, 9 Feb 2024 19:02:45 +0100 Subject: [PATCH 4/5] rename to forgejo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d63fe4..222a374 100644 --- a/README.md +++ b/README.md @@ -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). +[the list can be found here](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/modules/actions/github.go). From ac89dd4e7c26dc02538aeea1b1666e1061c9ff12 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Fri, 9 Feb 2024 19:12:23 +0100 Subject: [PATCH 5/5] rename to forgejo --- {.gitea => .forgejo}/workflows/vars.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.gitea => .forgejo}/workflows/vars.yml (100%) diff --git a/.gitea/workflows/vars.yml b/.forgejo/workflows/vars.yml similarity index 100% rename from .gitea/workflows/vars.yml rename to .forgejo/workflows/vars.yml