diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 243d02057..ff8a199ff 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -22,7 +22,7 @@ jobs: - name: Configure repo run: | git config --local user.email "githubaction@githubaction.com" - git config --local user.name "github-action update-app-version" + git config --local user.name "github-action" - name: Get list of updated files by the last commit in this branch separated by space id: updated-files