Skip to content

Commit

Permalink
ci(generate-theme-readme): fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Dec 7, 2023
1 parent 942420b commit b9f6574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-theme-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
git add themes/README.md
git commit --message "${message}"
git remote add origin-auto-update-theme-readme "https://github.com/FajarKim/github-readme-profile.git"
git push --force --quiet --set-upstream origin-auto-update-theme-readme auto-update-locale-readme
git push --force --quiet --set-upstream origin-auto-update-theme-readme auto-update-theme-readme
fi
- name: Create Pull Request
Expand Down

0 comments on commit b9f6574

Please sign in to comment.