@@ -27,15 +27,17 @@ jobs:
27
27
28
28
steps:
29
29
- name: Checkout repository
30
- uses: actions/checkout@v3
30
+ uses: actions/checkout@v4
31
31
32
32
- name: Update .pot
33
- uses: AdwCustomizerTeam /action-update-pot@main
33
+ uses: GradienceTeam /action-update-pot@main
34
34
with:
35
- title: " Adwaita Manager POT file"
36
- copyright: " Adwaita Manager Team"
35
+ title: " Gradience POT file"
36
+ copyright: " Gradience Team"
37
37
license: " GNU GPLv3"
38
- author: " Adwaita Manager Team"
38
+ author: " Gradience Team"
39
+ commiter: " Gradience Bot"
40
+ commiter_email:
" [email protected] "
39
41
env:
40
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN } }
41
43
@@ -45,12 +47,14 @@ jobs:
45
47
46
48
You must also provide an ` GITHUB_TOKEN ` in ` env `
47
49
48
- | Name | Description | Default | Required |
49
- | ------------------ | ------------------------------------------------------------------------- | ------------------ | -------- |
50
- | ` destination_path ` | Destination path to save generated .pot file | ` /po ` | false |
51
- | ` slug ` | Project slug. Defaults to the Github repository name. | $GITHUB_REPOSITORY | false |
52
- | ` text_domain ` | Text domain to look for in the source code. Defaults to the project slug. | ` slug ` | false |
53
- | ` title ` | Replace "SOME DESCRIPTIVE TITLE."' | | false |
54
- | ` copyright ` | Replace "YEAR THE PACKAGE S COPYRIGHT HOLDER"' | | false |
55
- | ` license ` | Replace "same license as the PACKAGE package"' | | False |
56
- | ` author ` | Replace "FIRST AUTHOR < EMAIL@ADDRESS > "' | | false |
50
+ | Name | Description | Default | Required |
51
+ | --------------------| ---------------------------------------------------------------------------| ---------------------------------------------------------| ----------|
52
+ | ` destination_path ` | Destination path to save generated .pot file | ` /po ` | false |
53
+ | ` slug ` | Project slug. Defaults to the Github repository name. | $GITHUB_REPOSITORY | false |
54
+ | ` text_domain ` | Text domain to look for in the source code. Defaults to the project slug. | ` slug ` | false |
55
+ | ` title ` | Replace "SOME DESCRIPTIVE TITLE."' | | false |
56
+ | ` copyright ` | Replace "YEAR THE PACKAGE S COPYRIGHT HOLDER"' | | false |
57
+ | ` license ` | Replace "same license as the PACKAGE package"' | | False |
58
+ | ` author ` | Replace "FIRST AUTHOR < EMAIL@ADDRESS > "' | | false |
59
+ | ` commiter ` | Setting committer | ` github-actions[bot] ` | false |
60
+ | ` commiter_email ` | Setting committer email | ` 41898282+github-actions[bot]@users.noreply.github.com ` | false |
0 commit comments