更新 .gitea/workflows/actions.yaml
TestActions / Test (push) Successful in 5s Details

This commit is contained in:
李寻欢 2023-10-18 09:09:41 +08:00
parent 942edffbc8
commit c934a08242
1 changed files with 6 additions and 1 deletions

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