From d1040937d129a60bfa549aaad1dbf43c76b4954f 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:23:55 +0000 Subject: [PATCH] update github action files seq --- .github/workflows/tw165.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tw165.yml b/.github/workflows/tw165.yml index 9a87802..17edbc2 100644 --- a/.github/workflows/tw165.yml +++ b/.github/workflows/tw165.yml @@ -14,9 +14,9 @@ jobs: with: python-version: '3.9' cache: 'pip' # caching pip dependencies - env: + - env: TW165: ${{ env.TW165 }} - - run: pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py + run: pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py - name: push uses: github-actions-x/commit@v2.9 with: