Skip to content

Commit

Permalink
fix public branch name in internal pr link
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Oct 3, 2024
1 parent 87836de commit 6dfe7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-internal-pr-in-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
${{ github.event.pull_request.body }}
EOF
)
publicBranch="internal-$featureBranch-$prId"
publicBranch="$featureBranch-$prId"
publicUrl="https://github.com/$pubRepo/compare/$publicBranch?expand=1&title=$title&body=$body"
git config user.name "github-actions"
git config user.email "[email protected]"
Expand Down

0 comments on commit 6dfe7d8

Please sign in to comment.