Skip to content

Commit 56811c3

Browse files
committed
feat: update transtale files
1 parent 92fa34b commit 56811c3

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/merge.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,3 @@ jobs:
5050
repository: appcenter
5151
flat-manager-url: https://flatpak-api.elementary.io
5252
token: ${{ secrets.FLAT_MANAGER_TOKEN }}
53-
54-
gettext:
55-
name: Gettext
56-
runs-on: ubuntu-latest
57-
container:
58-
image: ghcr.io/elementary/flatpak-platform/runtime:8-x86_64
59-
options: --privileged
60-
61-
steps:
62-
- name: Install git, python3-git and jq
63-
run: |
64-
apt-get update
65-
apt-get install git jq python3-git -y
66-
67-
- name: Clone repository
68-
uses: actions/checkout@v4
69-
with:
70-
token: ${{ secrets.GIT_USER_TOKEN }}
71-
72-
- name: Configure Git
73-
run: |
74-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
75-
- name: Update Translation Files
76-
uses: elementary/actions/gettext-flatpak@main
77-
with:
78-
manifest-path: 'io.elementary.iconbrowser.yml'
79-
env:
80-
GIT_USER_NAME: "elementaryBot"
81-
GIT_USER_EMAIL: "[email protected]"

0 commit comments

Comments
 (0)