-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,32 +50,3 @@ jobs: | |
repository: appcenter | ||
flat-manager-url: https://flatpak-api.elementary.io | ||
token: ${{ secrets.FLAT_MANAGER_TOKEN }} | ||
|
||
gettext: | ||
name: Gettext | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ghcr.io/elementary/flatpak-platform/runtime:8-x86_64 | ||
options: --privileged | ||
|
||
steps: | ||
- name: Install git, python3-git and jq | ||
run: | | ||
apt-get update | ||
apt-get install git jq python3-git -y | ||
- name: Clone repository | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.GIT_USER_TOKEN }} | ||
|
||
- name: Configure Git | ||
run: | | ||
git config --global --add safe.directory "$GITHUB_WORKSPACE" | ||
- name: Update Translation Files | ||
uses: elementary/actions/gettext-flatpak@main | ||
with: | ||
manifest-path: 'io.elementary.iconbrowser.yml' | ||
env: | ||
GIT_USER_NAME: "elementaryBot" | ||
GIT_USER_EMAIL: "[email protected]" |