mirror of https://github.com/linuxdeepin/dtkcore
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:
parent
ff6d5d7990
commit
8d8bf815f4
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue