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"