From ce5a0e4752216d897b43178578d46f421da29730 Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Fri, 11 Apr 2025 11:56:28 -0300 Subject: [PATCH] Fix semantics --- .github/workflows/update-authors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-authors.yml b/.github/workflows/update-authors.yml index 8956d41..246da04 100644 --- a/.github/workflows/update-authors.yml +++ b/.github/workflows/update-authors.yml @@ -25,8 +25,8 @@ jobs: fi - name: Commit and push changes + uses: EndBug/add-and-commit@v9.1.4 with: - uses: EndBug/add-and-commit@v9.1.4 add: "AUTHORS" default_author: github_actions message: "Update AUTHORS file automatically"