@@ -27,15 +27,17 @@ jobs:
2727
2828 steps:
2929 - name: Checkout repository
30- uses: actions/checkout@v3
30+ uses: actions/checkout@v4
3131
3232 - name: Update .pot
33- uses: AdwCustomizerTeam /action-update-pot@main
33+ uses: GradienceTeam /action-update-pot@main
3434 with:
35- title: " Adwaita Manager POT file"
36- copyright: " Adwaita Manager Team"
35+ title: " Gradience POT file"
36+ copyright: " Gradience Team"
3737 license: " GNU GPLv3"
38- author: " Adwaita Manager Team"
38+ author: " Gradience Team"
39+ commiter: " Gradience Bot"
40+ commiter_email: " AdwCustomizerTeam@proton.me"
3941 env:
4042 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN } }
4143
@@ -45,12 +47,14 @@ jobs:
4547
4648You must also provide an ` GITHUB_TOKEN ` in ` env `
4749
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+ | ` copyright ` | Replace "YEAR THE PACKAGE S COPYRIGHT HOLDER"' | | false |
56+ | ` license ` | Replace "same license as the PACKAGE package"' | | False |
57+ | ` title ` | Replace "SOME DESCRIPTIVE TITLE."' | | 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