Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jerry Ma
2026-05-09 16:11:26 +08:00
committed by GitHub
parent 6ad4b6a4af
commit 9dbb178bf3

View File

@@ -263,7 +263,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./bin/spc doctor --auto-fix
${{ matrix.combo.build-args }}
${{ matrix.combo.build-args }} --dl-with-php=${{ matrix.combo.php-version }}
- name: Upload logs
if: always() && hashFiles('log/**') != ''