From ddd0c99d74f930c321da91aa971c86721a6391d6 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Thu, 1 Dec 2022 00:29:34 -0500 Subject: [PATCH] Fixed mistype --- .github/workflows/refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/refresh.yml b/.github/workflows/refresh.yml index 360e788..6ccbb0c 100644 --- a/.github/workflows/refresh.yml +++ b/.github/workflows/refresh.yml @@ -15,7 +15,7 @@ jobs: - name: Setup git config run: | - git config usegit pusr.name "GitHub Actions Bot" + git config user.name "GitHub Actions Bot" git config user.email "<>" - name: Grab latest toots