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"