File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -50,29 +50,24 @@ jobs:
5050
5151 gettext :
5252 name : Gettext
53- runs-on : ubuntu-latest
53+ runs-on : ubuntu-22.04
5454 container :
55- image : ghcr.io/elementary/flatpak-platform/runtime:7-x86_64
56- options : --privileged
55+ image : ghcr.io/elementary/docker:development-target
5756
5857 steps :
59- - name : Install git, python3-git and jq
58+ - name : Install git
6059 run : |
6160 apt-get update
62- apt-get install git jq python3-git -y
61+ apt-get install git -y
6362
6463 - name : Clone repository
6564 uses : actions/checkout@v4
6665 with :
6766 token : ${{ secrets.GIT_USER_TOKEN }}
6867
69- - name : Configure Git
70- run : |
71- git config --global --add safe.directory "$GITHUB_WORKSPACE"
7268 - name : Update Translation Files
73- uses : elementary/actions/gettext-flatpak@main
74- with :
75- manifest-path : ' io.elementary.mail.json'
69+ uses : elementary/actions/gettext-template@main
7670 env :
71+ GIT_USER_TOKEN : ${{ secrets.GIT_USER_TOKEN }}
7772 GIT_USER_NAME : " elementaryBot"
7873 GIT_USER_EMAIL :
" [email protected] "
You can’t perform that action at this time.
0 commit comments