Skip to content

Commit 8b16070

Browse files
authored
Use full git email for github-actions bot (#448)
* Use full git email for github-actions bot * Create fluffy-clocks-knock.md
1 parent 07dc948 commit 8b16070

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/fluffy-clocks-knock.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/action": patch
3+
---
4+
5+
Use full git email (`41898282+github-actions[bot]@users.noreply.github.com`) for github-actions bot when making commits

src/gitUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const setupUser = async () => {
99
await exec("git", [
1010
"config",
1111
"user.email",
12-
`"github-actions[bot]@users.noreply.github.com"`,
12+
`"41898282+github-actions[bot]@users.noreply.github.com"`,
1313
]);
1414
};
1515

0 commit comments

Comments
 (0)