mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Fix email
This commit is contained in:
parent
d9d00988f2
commit
cc0c8b2882
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pub fn run_metrics() -> Result<()> {
|
|||
let mut file = std::fs::OpenOptions::new().append(true).open("metrics.json")?;
|
||||
writeln!(file, "{}", metrics.json())?;
|
||||
run!("git add .")?;
|
||||
run!("git commit --author 'GitHub Action <>' --message '📈' ")?;
|
||||
run!("git -c user.name=Bot -c user.email=dummy@example.com commit --message 📈")?;
|
||||
|
||||
if let Ok(actor) = env::var("GITHUB_ACTOR") {
|
||||
let token = env::var("GITHUB_TOKEN").unwrap();
|
||||
|
|
Loading…
Reference in a new issue