Fix: typo

This commit is contained in:
Dorian Zedler 2023-09-06 20:41:18 +02:00
parent bd88af7561
commit cd3e03ad7d
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -48,4 +48,4 @@ Note: you have to either use an image which includes go or set it up before runn
| git_remote | A custom git remote to push to | the current repo |
| git_branch | The branch to push to | pages |
| token | The token/password to use if pusing to a custom http remote | the gitea-supplied token (aka `GITHUB_TOKEN`) |
| username | The username to use if pusing to a custom http remote | the actot (aka `GITHUB_ACTOR`) |
| username | The username to use if pusing to a custom http remote | the actor (aka `GITHUB_ACTOR`) |