From b036866cbfc55c30531f8e880ee8f11c5b64f089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Sat, 8 Jul 2023 07:20:18 +0000 Subject: [PATCH] update github action for env --- .github/workflows/tw165.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tw165.yml b/.github/workflows/tw165.yml index 0ab53e1..9a87802 100644 --- a/.github/workflows/tw165.yml +++ b/.github/workflows/tw165.yml @@ -14,6 +14,8 @@ jobs: with: python-version: '3.9' cache: 'pip' # caching pip dependencies + env: + TW165: ${{ env.TW165 }} - run: pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py - name: push uses: github-actions-x/commit@v2.9