fix(ci): check-push-paths 缺少 checkout 导致 push pipeline 全链路断裂 #1583

Closed
xiaoxia wants to merge 1 commits from fix/check-push-paths-no-checkout into develop
+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