mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
ci: explicitly stage pot file
Avoid accidentally adding any other changed files, like yarn.lock, to the commit.
This commit is contained in:
2
.github/helper/update_pot_file.sh
vendored
2
.github/helper/update_pot_file.sh
vendored
@@ -30,7 +30,7 @@ branch_name="pot_${BASE_BRANCH}_${isodate}"
|
||||
git checkout -b "${branch_name}"
|
||||
|
||||
echo "Commiting changes..."
|
||||
git add .
|
||||
git add erpnext/locale/main.pot
|
||||
git commit -m "chore: update POT file"
|
||||
|
||||
gh auth setup-git
|
||||
|
||||
Reference in New Issue
Block a user