Skip to content

Commit bfbe1a7

Browse files
Update dependabot-merger.yml
1 parent 3959606 commit bfbe1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-merger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
PR_LINKS=""
6565
for item in "${array[@]}"; do
6666
IFS=' ' read -r PR_NUMBER BRANCH_NAME <<< "$item"
67-
PR_LINKS+="\n• <https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/pull/$PR_NUMBER|#$PR_NUMBER: PR Name here>"
67+
PR_LINKS+="\n• <https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/pull/$PR_NUMBER|#$PR_NUMBER>"
6868
done
6969

7070
echo "::set-output name=pr_links::$PR_LINKS"

0 commit comments

Comments
 (0)