File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -106,17 +106,7 @@ jobs:
106106
107107 echo "No existing open applications for @${author}. Proceeding to mirror."
108108
109- private_body=$(cat <<EOF
110- Application submitted via website → public intake issue → mirrored by GitHub Actions.
111-
112- **Original author:** @${author}
113- **Original issue (now deleted):** https://github.com/${SOURCE_OWNER}/${SOURCE_REPO}/issues/${ISSUE_NUMBER}
114-
115- ---
116-
117- ${body}
118- EOF
119- )
109+ private_body=$(printf "Application submitted via website → public intake issue → mirrored by GitHub Actions.\n\n**Original author:** @%s\n**Original issue (now deleted):** https://github.com/%s/%s/issues/%s\n\n---\n\n%s" "$author" "$SOURCE_OWNER" "$SOURCE_REPO" "$ISSUE_NUMBER" "$body")
120110
121111 create_payload=$(jq -n \
122112 --arg title "$title" \
You can’t perform that action at this time.
0 commit comments