From 89b58f503ba815526b31157b10f89ac611b9fc23 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sun, 21 Jan 2024 14:14:24 +0100 Subject: [PATCH] dump github context --- .gitea/workflows/vars.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/vars.yml b/.gitea/workflows/vars.yml index c731367..fae75b5 100644 --- a/.gitea/workflows/vars.yml +++ b/.gitea/workflows/vars.yml @@ -6,4 +6,4 @@ jobs: runs-on: ubuntu-latest steps: - shell: bash - run: echo ${{ github }} + run: echo "${{ github }}" diff --git a/README.md b/README.md index 6b8dc87..0885e68 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Gitea action test: Vars 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)