Skip to content

Commit

Permalink
Merge branch 'master' into danirabbit/default-wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
zeebok authored Oct 5, 2024
2 parents 0d31265 + c09e7f9 commit 70d0128
Show file tree
Hide file tree
Showing 445 changed files with 3,714 additions and 1,513 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,17 @@ on:
branches: [master]

jobs:
build:
runs-on: ubuntu-22.04
container:
image: ghcr.io/elementary/docker:next-unstable
gettext_template:
runs-on: ubuntu-latest

steps:
- name: Install git
run: |
apt-get update
apt-get install git -y
- name: Clone repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}

- name: Update Translation Files
uses: elementary/actions/gettext-template@next
uses: elementary/actions/gettext-template@main
env:
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
GIT_USER_NAME: "elementaryBot"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
version: [stable, unstable, development-target]
include:
- version: stable
mutter_pkg: libmutter-10-dev
mutter_pkg: libmutter-14-dev
- version: unstable
mutter_pkg: libmutter-10-dev
mutter_pkg: libmutter-14-dev
- version: development-target
mutter_pkg: libmutter-14-dev
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "[email protected]"
with:
release_branch: 'odin'
release_branch: 'noble'
Loading

0 comments on commit 70d0128

Please sign in to comment.