Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroCyber committed Nov 12, 2024
1 parent c575630 commit e776135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build
if: needs.build.steps.check_python.outputs.python_changed == 'true'
if: ${{ needs.build.outputs.python_changed }} == 'true'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion add_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 1.可直接输入仓库(repo)或补丁(patch)的 URL 进行添加
# 2.给定仓库(repo)URL,列举其下所有补丁(patch),选择添加
# 3.引导用户生成自定义配置文件,可供镜像脚本(mirror_patch.py)使用
# 4.自动调用 repo_update.py 构建补丁,允许thcrap直接下载使用
# 4.自动调用 repo_update.py 构建补丁,允许thcrap直接下载使用
import httpx
import json
import asyncio
Expand Down

0 comments on commit e776135

Please sign in to comment.