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

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

View File

@ -20,4 +20,8 @@ jobs:
env:
TEST: wuhu
NUM: 123
BOOL: true
BOOL: true
- name: "Test ENV"
run: echo "${{ TEST }}"
env:
TEST: wuhu