Skip to content

Commit

Permalink
Update synchronize-to-dtk6.yml
Browse files Browse the repository at this point in the history
Signed-off-by: asterwyx <[email protected]>
  • Loading branch information
asterwyx authored Sep 19, 2023
1 parent 7a5af7d commit 5550c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synchronize-to-dtk6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
gh repo set-default ${{ inputs.dest_repo }}
result=$(gh pr list --base master --head ${tbranch} --state open)
if [[ -z $result ]]; then
gh pr create -B master -H ${tbranch} --fill -r linuxdeepin/dtk
gh pr create -B master -H ${tbranch} --fill
fi

0 comments on commit 5550c7f

Please sign in to comment.