Skip to content

Commit

Permalink
Add [email] git config
Browse files Browse the repository at this point in the history
  • Loading branch information
kaskar2008 committed Oct 2, 2020
1 parent 92799e2 commit 429f9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const github = require('@actions/github');
const { exec } = require('child_process');

try {
exec(`git config user.name "GitHub Actions Bot" && git config user.email "<>"`, (err) => {
exec(`git config user.name "GitHub Actions Bot" && git config user.email "[email protected]"`, (err) => {
if (err) {
throw err;
}
Expand Down

0 comments on commit 429f9f7

Please sign in to comment.