mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 21:44:55 +07:00
ci/hotfix(seed-build): fix syntax error
This commit is contained in:
parent
302f80dcef
commit
ebc6a1a292
2
.github/workflows/seed-build.yml
vendored
2
.github/workflows/seed-build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user