We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a63c0 commit 59de460Copy full SHA for 59de460
.github/workflows/generate-locale-doc.yml
@@ -60,7 +60,7 @@ jobs:
60
if [[ "$(git status --porcelain)" != "" ]]; then
61
git branch -D ${branch} || true
62
git checkout -b ${branch}
63
- git add docs/translations.md
+ git add i18n/README.md
64
git commit --message "${message}"
65
git remote add origin-${branch} "https://github.com/FajarKim/github-readme-profile.git"
66
git push --force --quiet --set-upstream origin-${branch} ${branch}
0 commit comments