File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 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] "
You can’t perform that action at this time.
0 commit comments