Commit 4b013ef
authored
feat: add commit author inputs to GitHub Action (#1566)
Add commit-author-name and commit-author-email inputs to action.yml.
These map to the CLI options added in PR #1565.
Users can now customize the git author for commits made by Lingo.dev in CI:
with:
commit-author-name: 'Custom CI'
commit-author-email: 'ci@company.com'
Both inputs default to current behavior (Lingo.dev/support@lingo.dev)
for full backward compatibility.
Requires: CLI version with #1565 merged (available on npm)1 parent 0a6850d commit 4b013ef
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
43 | 53 | | |
44 | 54 | | |
45 | 55 | | |
| |||
0 commit comments