We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github-actions
1 parent 07dc948 commit 8b16070Copy full SHA for 8b16070
.changeset/fluffy-clocks-knock.md
@@ -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
@@ -9,7 +9,7 @@ export const setupUser = async () => {
9
await exec("git", [
10
"config",
11
"user.email",
12
- `"github-actions[bot]@users.noreply.github.com"`,
+ `"41898282+github-actions[bot]@users.noreply.github.com"`,
13
]);
14
};
15
0 commit comments