summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-02 22:58:50 -0500
committerseth <[email protected]>2023-03-02 22:58:50 -0500
commit627be9001b2b4e7b2ac245266601ee43f13c2eeb (patch)
treef9b117cad9f95379f9c2cb8d31b071290ff1dddf /.github/workflows
parentaea8252b193d6422bee859e0d3bd2a531ef6ed06 (diff)
fix(actions): typo in add-and-commit
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/checkandformat.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checkandformat.yml b/.github/workflows/checkandformat.yml
index bb8e348..434f4c6 100644
--- a/.github/workflows/checkandformat.yml
+++ b/.github/workflows/checkandformat.yml
@@ -33,5 +33,5 @@ jobs:
- uses: EndBug/add-and-commit@v9
with:
- default_autor: github_actions
+ default_author: github_actions
message: "chore: format flake"