From d7408620d0d2d0d217da1f18174027d0ebd48217 Mon Sep 17 00:00:00 2001 From: yay <61081228+yanganyi@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:40:00 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31da994a..b46dfea3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Add a comment to your `README.md` like this: ``` -`waka` can be replaced by any string specified in the `SECTION_NAME` flag as per (the available flags section)[#flags-available] +`waka` can be replaced by any string specified in the `SECTION_NAME` flag as per [the available flags section](#flags-available) These lines will be our entry-points for the dev metrics. @@ -127,7 +127,7 @@ jobs: `COMMIT_MESSAGE` flag can be set to message commit, default is "Updated with Dev Metrics" -`COMMIT_USERNAME` flag can be set to username to commit the code, default is "readme-bot" +`COMMIT_USERNAME` flag can be set to username to commit the code, default is "github-actions[bot]" `COMMIT_EMAIL` flag can be set to email to commit the code, default is "41898282+github-actions[bot]@users.noreply.github.com" From c7f67e60ad21adf2b4a61c265c34ee12e0b033f9 Mon Sep 17 00:00:00 2001 From: yay <61081228+yanganyi@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:00:29 +0800 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b0cbca47..a0bb6681 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ __pycache__/ # IDE configuration files: .vscode .idea + +.DS_Store \ No newline at end of file