Skip to content

Commit f2c67b4

Browse files
yuhattorspier
andauthored
Update .github/workflows/i18n-consistency-checker.yaml
LGTM! Co-authored-by: Sebastian Spier <[email protected]>
1 parent 079125e commit f2c67b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/i18n-consistency-checker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
# Append to the issue.md file
6161
cat <<- EOM >> issue.md
6262
<details><summary><b>$content_title</b> ($file)</summary>
63-
For more information, please compare [the original file(en)](https://github.com/$GITHUB_REPOSITORY/blob/master/$file) with[the translated file](https://github.com/$GITHUB_REPOSITORY/blob/master/$i18n_filename) . You can view [the differences](https://github.com/yuhattor/innersourcecommons.org/compare/$i18n_last_update_hash...$original_last_update_hash) on GitHub. The number of days since overdue updates is **$days_since_overdue_updates** days.
63+
64+
For more information, please compare [the original file(en)](https://github.com/$GITHUB_REPOSITORY/blob/master/$file) with [the translated file](https://github.com/$GITHUB_REPOSITORY/blob/master/$i18n_filename). You can view [the differences](https://github.com/$GITHUB_REPOSITORY/compare/$i18n_last_update_hash...$original_last_update_hash) on GitHub. The number of days since overdue updates is **$days_since_overdue_updates** days.
6465
6566
\`\`\`diff
6667
$result

0 commit comments

Comments
 (0)