Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit dc65183

Browse files
committed
(README) Update example and parameters list
Signed-off-by: yangyangdaji <[email protected]>
1 parent 514b005 commit dc65183

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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: "[email protected]"
3941
env:
4042
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4143

@@ -45,12 +47,14 @@ jobs:
4547

4648
You 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+
| `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

Comments
 (0)