You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Sync boilerplate changes for commit ${NEW_BRANCH}",
102
-
"head": "${NEW_BRANCH}",
105
+
-d "$(echo '{
106
+
"title": "Sync boilerplate changes for branch '"${NEW_BRANCH}"'",
107
+
"head": "'"${NEW_BRANCH}"'",
103
108
"base": "main",
104
-
"body": "This PR contains the latest boilerplate changes from hyperweb-boilerplate for branch ${NEW_BRANCH}. Also includes updates from the changelog file."
105
-
}
106
-
EOF
109
+
"body": "This PR contains the latest boilerplate changes from hyperweb-boilerplate for branch '"${NEW_BRANCH}"'. Also includes updates from the changelog file."
0 commit comments