Skip to content

Commit 46d5875

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dependabot-merger.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,13 @@ jobs:
6060
git push origin $NEW_BRANCH
6161
done
6262
63-
# Generate the PR links and names for Slack message
6463
PR_LINKS=""
6564
for item in "${array[@]}"; do
6665
IFS=' ' read -r PR_NUMBER BRANCH_NAME <<< "$item"
6766
PR_LINKS+="\n• <https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/pull/$PR_NUMBER|#$PR_NUMBER>"
6867
done
69-
70-
echo "::set-output name=pr_links::$PR_LINKS"
68+
69+
echo "::set-output name=pr_links::${PR_LINKS}"
7170

7271

7372
- name: Merge process status

0 commit comments

Comments
 (0)