Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Minor Spelling Errors #514

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ __pycache__/
# IDE configuration files:
.vscode
.idea

.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add a comment to your `README.md` like this:
<!--END_SECTION:waka-->
```

`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.

Expand Down Expand Up @@ -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"

Expand Down