Closed github-actions[bot] closed 2 years ago
@edsoncelio Awesome!
And here is my comment:
upstream/content/en: TLS(Transport
actually corresponds to
content/en/TLS(Transport Layer Security).md
.
It seems that the entire filename was not printed because there exist spaces in filename of English version file,
I followed the commands in workflows/ci.yml
:
https://github.com/edsoncelio/diff-glossary-cncf-ptbr/blob/7fb22c5be7025336e01c6cc2793b3f1d4ea0d0e5/.github/workflows/ci.yml#L15-L20
And found that updating comment like this solves the problem:
-diff --brief -r upstream/content/en dev-pt/content/pt-br | grep "Only in upstream/content/en" | cut -d" " -f3-4 > new-diff.md
+diff --brief -r upstream/content/en dev-pt/content/pt-br | grep "Only in upstream/content/en" | cut -d" " -f3- > new-diff.md
PTAL!
Thanks @jihoon-seo!
Termos atualizados (updated definitions):
Termos novos (new definitions added to the main branch):