From dac8a3ecf26047869eebf41bb3a70bfbeacee66b Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 5 Jul 2024 16:03:36 +0530 Subject: [PATCH] fix: translations upstream --- .github/helper/update_pot_file.sh | 2 +- .github/workflows/generate-pot-file.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/helper/update_pot_file.sh b/.github/helper/update_pot_file.sh index c0682779..d07d2e25 100644 --- a/.github/helper/update_pot_file.sh +++ b/.github/helper/update_pot_file.sh @@ -22,7 +22,7 @@ git config user.name "frappe-pr-bot" 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. -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..." isodate=$(date -u +"%Y-%m-%d") diff --git a/.github/workflows/generate-pot-file.yml b/.github/workflows/generate-pot-file.yml index 3d857224..390393d7 100644 --- a/.github/workflows/generate-pot-file.yml +++ b/.github/workflows/generate-pot-file.yml @@ -1,7 +1,7 @@ name: Regenerate POT file (translatable strings) on: schedule: - - cron: "45 17 * * 4" + - cron: "00 16 * * 5" workflow_dispatch: jobs: