Skip to content

Commit e2cdb4b

Browse files
committed
change branch name generation
1 parent b2c3657 commit e2cdb4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-sync-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
conflict_pr_urls=""
8080
if [ "${{ steps.merge.outputs.status }}" = "conflict" ]; then
81-
safe_branch=$(echo "${{ matrix.branch }}" | tr '/' '_')
81+
safe_branch=${{ matrix.branch }}"
8282
pr_url="${{ steps.create_pr.outputs.pull-request-url }}"
8383
echo "${safe_branch}=${pr_url}" >> $GITHUB_OUTPUT
8484
conflict_pr_urls="$safe_branch=$pr_url"

0 commit comments

Comments
 (0)