mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2026-02-19 16:42:41 +08:00
🚑 修復 ENV 變數
This commit is contained in:
4
.github/workflows/tw165.yml
vendored
4
.github/workflows/tw165.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user