dump github context
All checks were successful
/ dump (push) Successful in 6s

This commit is contained in:
Oliver Lippert 2024-01-21 14:14:24 +01:00
parent b860dcac4e
commit 89b58f503b
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
2 changed files with 3 additions and 1 deletions

View file

@ -6,4 +6,4 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- shell: bash - shell: bash
run: echo ${{ github }} run: echo "${{ github }}"

View file

@ -1,3 +1,5 @@
# Gitea action test: Vars # Gitea action test: Vars
Which variables are set in Gitea 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)