更新 .gitea/workflows/actions.yaml
All checks were successful
TestActions / Test (push) Successful in 2s

This commit is contained in:
李寻欢 2023-10-18 08:58:31 +08:00
parent 50f36670f9
commit 30108cb78f

View File

@ -11,7 +11,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- run: echo "${{ github }}"
- run: echo "${{ runner }}"
- run: echo "${{ gitea }}"
- run: echo "${{ job }}"
- run: echo "${{ toJson(github) }}"
- run: echo "${{ toJson(runner) }}"
- run: echo "${{ toJson(gitea) }}"
- run: echo "${{ toJson(job) }}"