Skip to content

Commit 59de460

Browse files
committed
ci: fix for create pull request
1 parent 71a63c0 commit 59de460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-locale-doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if [[ "$(git status --porcelain)" != "" ]]; then
6161
git branch -D ${branch} || true
6262
git checkout -b ${branch}
63-
git add docs/translations.md
63+
git add i18n/README.md
6464
git commit --message "${message}"
6565
git remote add origin-${branch} "https://github.com/FajarKim/github-readme-profile.git"
6666
git push --force --quiet --set-upstream origin-${branch} ${branch}

0 commit comments

Comments
 (0)