diff --git a/.github/workflows/add-catalog.yml b/.github/workflows/add-catalog.yml index 81aacd8c49..cae5e77d18 100644 --- a/.github/workflows/add-catalog.yml +++ b/.github/workflows/add-catalog.yml @@ -158,7 +158,6 @@ jobs: repository: ./meshery commit_user_name: l5io commit_user_email: ci@layer5.io - commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> commit_options: "--signoff" commit_message: "[Docs] Update _catalog collection" branch: master @@ -174,7 +173,6 @@ jobs: repository: ./meshery.io commit_user_name: l5io commit_user_email: ci@layer5.io - commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> commit_options: '--signoff' commit_message: '[Catalog] Update Catalog items' branch: master