This commit is contained in:
parent
b860dcac4e
commit
89b58f503b
2 changed files with 3 additions and 1 deletions
|
@ -6,4 +6,4 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- shell: bash
|
||||
run: echo ${{ github }}
|
||||
run: echo "${{ github }}"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue