From cd3e03ad7d5d4ee778fda60a895d37551dc88c9f Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 6 Sep 2023 20:41:18 +0200 Subject: [PATCH] Fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0aa3c..9575110 100644 --- a/README.md +++ b/README.md @@ -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`) |