Skip to content

Commit 80d6bdb

Browse files
committed
fix name
1 parent de71464 commit 80d6bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: rustdoc
1+
name: metrics
22
on:
33
push:
44
branches:

xtask/src/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn run_metrics() -> Result<()> {
2020
let _d = pushd("target/metrics");
2121
let mut file = std::fs::OpenOptions::new().append(true).open("metrics.json")?;
2222
writeln!(file, "{}", metrics.json())?;
23-
run!("git commit -am'📈'")?;
23+
run!("git commit --author='GitHub Action <>' -am'📈' ")?;
2424

2525
if let Ok(actor) = env::var("GITHUB_ACTOR") {
2626
let token = env::var("GITHUB_TOKEN").unwrap();

0 commit comments

Comments
 (0)