File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 5959 git commit -m "Merged PR #$PR_NUMBER into $NEW_BRANCH"
6060 git push origin $NEW_BRANCH
6161 done
62-
63- PR_LINKS=""
64- for item in "${array[@]}"; do
65- IFS=' ' read -r PR_NUMBER BRANCH_NAME <<< "$item"
66- PR_LINKS+="\n• <https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/pull/$PR_NUMBER|#$PR_NUMBER>"
67- done
68-
69- echo "::set-output name=pr_links::${PR_LINKS}"
70-
7162
7263 - name : Merge process status
7364 run : |
9889 "type": "mrkdwn",
9990 "text": "*Testing Branch: *<https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/tree/dependabot-test-${{ steps.datetime.outputs.date }}|dependabot-test-${{ steps.datetime.outputs.date }}>"
10091 }
101- },
102- {
103- "type": "section",
104- "text": {
105- "type": "mrkdwn",
106- "text": "'${{ steps.merge_prs.outputs.pr_links }}'"
107- }
10892 }
10993 ]
11094 }
You can’t perform that action at this time.
0 commit comments