Skip to content

Commit 6dfe7d8

Browse files
committed
fix public branch name in internal pr link
1 parent 87836de commit 6dfe7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch-internal-pr-in-public.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
${{ github.event.pull_request.body }}
104104
EOF
105105
)
106-
publicBranch="internal-$featureBranch-$prId"
106+
publicBranch="$featureBranch-$prId"
107107
publicUrl="https://github.com/$pubRepo/compare/$publicBranch?expand=1&title=$title&body=$body"
108108
git config user.name "github-actions"
109109
git config user.email "[email protected]"

0 commit comments

Comments
 (0)