🚑 修復 ENV 變數

This commit is contained in:
踢低吸
2026-01-29 20:55:06 +08:00
committed by GitHub
parent d38ce9067f
commit 2616d01099

View File

@@ -16,9 +16,7 @@ jobs:
cache: 'pip' # caching pip dependencies
- run: pip install -r AutoBuild/requirements.txt && python AutoBuild/tw_165.py
env:
tw165json: ${{ vars.TW165JSON }}
tw165csv: ${{ vars.TW165CSV }}
auth: ${{ secrets.AUTH }}
tw165json: ${{ vars.TW165NPA }}
- name: push
uses: github-actions-x/commit@v2.9
with: