ci/hotfix(seed-build): fix syntax error

This commit is contained in:
Kevin Yu 2023-07-16 13:20:25 +08:00 committed by GitHub
parent 302f80dcef
commit ebc6a1a292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ jobs:
- name: Report result
uses: daeuniverse/ci-seed-jobs/common/report-check-run@master
if: always() && ${{ build-type == 'pr-build' }} && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
if: always() && ${{ inputs.build-type == 'pr-build' }} && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}