mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
changed repo and branch
This commit is contained in:
6
.github/workflows/compile-mo.yml
vendored
6
.github/workflows/compile-mo.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
# paths:
|
||||
# - '**/*.po'
|
||||
# branches:
|
||||
# - 'gettext_test'
|
||||
# - 'dev'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -16,8 +16,8 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: HB9HIL/wavelog
|
||||
ref: gettext_test
|
||||
repository: wavelog/wavelog
|
||||
ref: dev
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Set up gettext
|
||||
|
||||
4
.github/workflows/translation.yml
vendored
4
.github/workflows/translation.yml
vendored
@@ -11,8 +11,8 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: HB9HIL/wavelog
|
||||
ref: gettext_test
|
||||
repository: wavelog/wavelog
|
||||
ref: dev
|
||||
|
||||
- name: Set up gettext
|
||||
run: sudo apt-get install -y gettext
|
||||
|
||||
Reference in New Issue
Block a user