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