We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714e3f0 commit 3f26387Copy full SHA for 3f26387
.github/workflows/gettext.yml
@@ -2,6 +2,7 @@ name: Gettext Updates
2
on:
3
push:
4
branches: [main]
5
+
6
jobs:
7
gettext_template:
8
runs-on: ubuntu-latest
@@ -13,7 +14,7 @@ jobs:
13
14
token: ${{ secrets.GIT_USER_TOKEN }}
15
16
- name: Update Translation Files
- uses: elementary/actions/gettext-template@next
17
+ uses: elementary/actions/gettext-template@main
18
env:
19
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
20
GIT_USER_NAME: "elementaryBot"
0 commit comments