From 83e0f8c8ec1e367587a19eddf8c426f3dc608028 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20MERLE?=
 <95630726+smerle33@users.noreply.github.com>
Date: Wed, 30 Oct 2024 15:40:36 +0100
Subject: [PATCH] chore(GHA): type on author in plugins-update gha (#923)

---
 .github/workflows/plugins-update.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/plugins-update.yaml b/.github/workflows/plugins-update.yaml
index 3ce4dd49..20cd52e3 100644
--- a/.github/workflows/plugins-update.yaml
+++ b/.github/workflows/plugins-update.yaml
@@ -79,7 +79,7 @@
             commit-message: 'chore(deps): update docker jenkins lts images plugins'
             signoff: false
             title: 'chore(deps): update docker jenkins lts plugins'
-            uthor: jenkins-infrastructure-admin <83065101+jenkins-infrastructure-admin[bot]@users.noreply.github.com>
+            author: jenkins-infrastructure-admin <83065101+jenkins-infrastructure-admin[bot]@users.noreply.github.com>
             committer: jenkins-infrastructure-admin <83065101+jenkins-infrastructure-admin[bot]@users.noreply.github.com>
             branch: update-plugins-lts
             token: ${{ steps.generate-token.outputs.token }}