Fix typos

This commit is contained in:
Mimori256 2021-05-08 10:13:05 +09:00
parent 65a5365b94
commit 49dcb5d3d7
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Alternatively, you can also choose to fetch data from third-party WakaTime-compa
_If you're executing the workflow on your Profile Repository (`<username>/<username>`)_ _If you're executing the workflow on your Profile Repository (`<username>/<username>`)_
> You wouldn't need an GitHub Access Token since GitHub Actions already makes one for you. > You wouldn't need a GitHub Access Token since GitHub Actions already makes one for you.
Please follow the steps below: Please follow the steps below:

View File

@ -104,7 +104,7 @@ if __name__ == '__main__':
print("Authentication Error. Try saving a GitHub Token in your Repo Secrets or Use the GitHub Actions Token, which is automatically used by the action.") print("Authentication Error. Try saving a GitHub Token in your Repo Secrets or Use the GitHub Actions Token, which is automatically used by the action.")
sys.exit(1) sys.exit(1)
if len(blocks) < 1: if len(blocks) < 1:
print("Invalid blocks string. Please provide provide a string with 2 or more characters. Eg. '░▒▓█'") print("Invalid blocks string. Please provide a string with 2 or more characters. Eg. '░▒▓█'")
sys.exit(1) sys.exit(1)
contents = repo.get_readme() contents = repo.get_readme()
waka_stats = get_stats() waka_stats = get_stats()