From 7c41f3f83fc9f76d9e39d554677a189a9c568f66 Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Fri, 11 Apr 2025 11:55:51 -0300 Subject: [PATCH] Fix workflow #2 --- .github/workflows/update-authors.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-authors.yml b/.github/workflows/update-authors.yml index 0263eae..8956d41 100644 --- a/.github/workflows/update-authors.yml +++ b/.github/workflows/update-authors.yml @@ -25,7 +25,8 @@ jobs: fi - name: Commit and push changes - uses: EndBug/add-and-commit@v9.1.4 - add: "AUTHORS" - default_author: github_actions - message: "Update AUTHORS file automatically" + with: + uses: EndBug/add-and-commit@v9.1.4 + add: "AUTHORS" + default_author: github_actions + message: "Update AUTHORS file automatically"