Skip to content

Commit 2f0acc8

Browse files
authored
Update gettext.yml
1 parent 61e7ace commit 2f0acc8

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/gettext.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
name: Gettext Updates
2-
32
on:
43
push:
54
branches: [main]
65

76
jobs:
8-
build:
9-
runs-on: ubuntu-22.04
10-
container:
11-
image: ghcr.io/elementary/docker:development-target
7+
gettext_template:
8+
runs-on: ubuntu-latest
129

1310
steps:
14-
- name: Install git
15-
run: |
16-
apt-get update
17-
apt-get install git -y
18-
1911
- name: Clone repository
2012
uses: actions/checkout@v4
2113
with:

0 commit comments

Comments
 (0)