fix: typos.

This commit is contained in:
秋云
2025-04-04 04:44:33 +08:00
parent dffb2a4f17
commit dc0bdc1dee

View File

@@ -677,7 +677,8 @@ jobs:
fi
- name: Add PR comment
if: ${{ (github.event_name == 'pull_request_target' || (github.event_name == 'workflow_dispatch' && github.event.inputs.pr_number != '' && steps.pr_info.outputs.found == 'true')) && always() }}
if: ${{ github.event_name == 'pull_request_target' || (github.event_name == 'workflow_dispatch' && github.event.inputs.pr_number != '' && steps.pr_info.outputs.found == 'true') }}
continue-on-error: true
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}