We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbe1a7 commit 46d5875Copy full SHA for 46d5875
.github/workflows/dependabot-merger.yml
@@ -60,14 +60,13 @@ jobs:
60
git push origin $NEW_BRANCH
61
done
62
63
- # Generate the PR links and names for Slack message
64
PR_LINKS=""
65
for item in "${array[@]}"; do
66
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>"
68
69
-
70
- echo "::set-output name=pr_links::$PR_LINKS"
+
+ echo "::set-output name=pr_links::${PR_LINKS}"
71
72
73
- name: Merge process status
0 commit comments