更新 .gitea/workflows/actions.yaml
All checks were successful
TestActions / Test (push) Successful in 2s
All checks were successful
TestActions / Test (push) Successful in 2s
This commit is contained in:
parent
50f36670f9
commit
30108cb78f
@ -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) }}"
|
Loading…
Reference in New Issue
Block a user