fix(ci): check-push-paths 恢复脚本下载——e052c054移除checkout导致脚本找不到 #1582

Merged
xiaoxia merged 1 commits from fix/ci-check-push-paths-checkout into develop 2026-08-31 20:00:26 +08:00
+1 -1
View File
@@ -876,7 +876,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
bash scripts/ci/ci_push_paths.sh
curl -sfH "Authorization: token $GITHUB_TOKEN" -o /tmp/_ci_push_paths.sh "${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/raw/scripts/ci/ci_push_paths.sh?ref=${GITHUB_SHA}" && bash /tmp/_ci_push_paths.sh
- name: Report CI trace
if: always()
shell: sh