mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-05 21:04:56 +08:00
Keep generate-pot up to date with main (#58)
This commit is contained in:
parent
18ba64a086
commit
90c3d9e428
1 changed files with 2 additions and 1 deletions
3
.github/workflows/generate-pot-pr.yml
vendored
3
.github/workflows/generate-pot-pr.yml
vendored
|
@ -44,7 +44,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git fetch --all --prune
|
git fetch --all --prune
|
||||||
git checkout generate-pot
|
git checkout generate-pot
|
||||||
git pull --no-rebase
|
git pull origin generate-pot --no-rebase
|
||||||
|
git merge origin/main --no-edit
|
||||||
|
|
||||||
- name: Generate POT
|
- name: Generate POT
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue