From 6c0a74f67662ef58c90c1642858a5eb0c299acbe Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Tue, 19 Nov 2024 09:57:41 +0100 Subject: [PATCH] chore: use correct nachobot name for CI auth --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97882fca4..490a3f594 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -142,7 +142,7 @@ jobs: - name: git config shell: bash run: | - git config user.name "Nachobot" + git config user.name "nacho-bot" git config user.email "crc-nachobot@redhat.com" - name: Set publish config env: