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 9a982bd commit 86df9dbCopy full SHA for 86df9db
.github/workflows/send-emails.yml
@@ -226,7 +226,7 @@ jobs:
226
jq '.[].html_url' > /tmp/tmp_pr_links.txt;
227
then
228
if [ -s /tmp/tmp_pr_links.txt ]; then
229
- echo -e "\nThe commit has been mentionned in the following pull-request(s):" >> /tmp/tmp_descr.txt
+ echo -e "\nThe commit has been mentioned in the following pull-request(s):" >> /tmp/tmp_descr.txt
230
231
tr -d '"' < /tmp/tmp_pr_links.txt | \
232
sed 's/^/ - /' >> /tmp/tmp_descr.txt
0 commit comments