diff options
| author | seth <[email protected]> | 2023-03-02 22:58:50 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-02 22:58:50 -0500 |
| commit | 627be9001b2b4e7b2ac245266601ee43f13c2eeb (patch) | |
| tree | f9b117cad9f95379f9c2cb8d31b071290ff1dddf /.github | |
| parent | aea8252b193d6422bee859e0d3bd2a531ef6ed06 (diff) | |
fix(actions): typo in add-and-commit
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/checkandformat.yml | 2 |
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" |
