fix: missing parameter passing for synchronization

Synchronize-to-dtk6 parameter passing has changed. Synchronize the
new usage.

Log: synchronize new form of parameter passing for synchronize-to-dtk6
Related-to: https://github.com/linuxdeepin/dtk/pull/129
This commit is contained in:
Yixue Wang 2023-09-18 16:53:54 +08:00 committed by deepin-ci-robot
parent ff6d5d7990
commit 8d8bf815f4
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ jobs:
secrets: inherit
with:
dest_repo: linuxdeepin/dtk6core
source_repo: ${{ github.event.pull_request.head.repo.full_name }}
source_ref: ${{ github.event.pull_request.head.ref }}
pull_number: ${{ github.event.pull_request.number }}