From 1bd67e3096ef29fb8c4fe46ed816503db4232488 Mon Sep 17 00:00:00 2001 From: eth3lbert Date: Sat, 8 Jul 2023 18:09:24 +0800 Subject: [PATCH] fix: correct env context --- .github/workflows/tw165.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tw165.yml b/.github/workflows/tw165.yml index 9c820d5..54b9c9b 100644 --- a/.github/workflows/tw165.yml +++ b/.github/workflows/tw165.yml @@ -14,7 +14,9 @@ jobs: with: python-version: '3.9' cache: 'pip' # caching pip dependencies - - run: export tw165=${{ env.TW165 }} && pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py + - run: pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py + env: + tw165: ${{ vars.TW165 }} - name: push uses: github-actions-x/commit@v2.9 with: