更新 .gitea/workflows/actions.yaml
All checks were successful
TestActions / Test (push) Successful in 5s
All checks were successful
TestActions / Test (push) Successful in 5s
This commit is contained in:
parent
942edffbc8
commit
c934a08242
@ -15,4 +15,9 @@ jobs:
|
|||||||
- run: echo "${{ toJson(runner) }}"
|
- run: echo "${{ toJson(runner) }}"
|
||||||
- run: echo "${{ toJson(gitea) }}"
|
- run: echo "${{ toJson(gitea) }}"
|
||||||
- run: echo "${{ toJson(job) }}"
|
- run: echo "${{ toJson(job) }}"
|
||||||
- run: echo "${{ toJson(env) }}"
|
- name: "Echo ENV"
|
||||||
|
run: echo "${{ toJson(env) }}"
|
||||||
|
env:
|
||||||
|
TEST: wuhu
|
||||||
|
NUM: 123
|
||||||
|
BOOL: true
|
Loading…
Reference in New Issue
Block a user