update github action files

This commit is contained in:
踢低吸 2023-07-08 07:31:13 +00:00
parent d1040937d1
commit 54315b3a4d

View File

@ -16,7 +16,7 @@ jobs:
cache: 'pip' # caching pip dependencies
- env:
TW165: ${{ env.TW165 }}
run: pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py
run: echo "$TW165" && pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py
- name: push
uses: github-actions-x/commit@v2.9
with: