fix: translations upstream

This commit is contained in:
Jannat Patel
2024-07-05 16:03:36 +05:30
parent 288f85b2f3
commit dac8a3ecf2
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ git config user.name "frappe-pr-bot"
echo "Setting the correct git remote..." echo "Setting the correct git remote..."
# Here, the git remote is a local file path by default. Let's change it to the upstream repo. # Here, the git remote is a local file path by default. Let's change it to the upstream repo.
git remote set-url upstream https://github.com/frappe/lms.git git remote add upstream https://github.com/frappe/lms.git
echo "Creating a new branch..." echo "Creating a new branch..."
isodate=$(date -u +"%Y-%m-%d") isodate=$(date -u +"%Y-%m-%d")

View File

@@ -1,7 +1,7 @@
name: Regenerate POT file (translatable strings) name: Regenerate POT file (translatable strings)
on: on:
schedule: schedule:
- cron: "45 17 * * 4" - cron: "00 16 * * 5"
workflow_dispatch: workflow_dispatch:
jobs: jobs: