Skip to content

Commit 3f26387

Browse files
authored
Update gettext.yml
1 parent 714e3f0 commit 3f26387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gettext.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Gettext Updates
22
on:
33
push:
44
branches: [main]
5+
56
jobs:
67
gettext_template:
78
runs-on: ubuntu-latest
@@ -13,7 +14,7 @@ jobs:
1314
token: ${{ secrets.GIT_USER_TOKEN }}
1415

1516
- name: Update Translation Files
16-
uses: elementary/actions/gettext-template@next
17+
uses: elementary/actions/gettext-template@main
1718
env:
1819
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
1920
GIT_USER_NAME: "elementaryBot"

0 commit comments

Comments
 (0)