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

This commit is contained in:
李寻欢 2023-10-18 09:09:41 +08:00
parent 942edffbc8
commit c934a08242

View File

@ -15,4 +15,9 @@ jobs:
- run: echo "${{ toJson(runner) }}"
- run: echo "${{ toJson(gitea) }}"
- run: echo "${{ toJson(job) }}"
- run: echo "${{ toJson(env) }}"
- name: "Echo ENV"
run: echo "${{ toJson(env) }}"
env:
TEST: wuhu
NUM: 123
BOOL: true