diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 5a403e2..0a8f65d 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -20,4 +20,8 @@ jobs: env: TEST: wuhu NUM: 123 - BOOL: true \ No newline at end of file + BOOL: true + - name: "Test ENV" + run: echo "${{ TEST }}" + env: + TEST: wuhu \ No newline at end of file