diff --git a/.github/workflows/check-execute-workflow-dist.yaml b/.github/workflows/check-execute-workflow-dist.yaml index 5e5ca85..2866a1f 100644 --- a/.github/workflows/check-execute-workflow-dist.yaml +++ b/.github/workflows/check-execute-workflow-dist.yaml @@ -38,7 +38,7 @@ jobs: - name: Commit and push if changed uses: EndBug/add-and-commit@v9 with: - author_name: Apify Release Bot - author_email: noreply@apify.com + author_name: github-actions[bot] + author_email: 41898282+github-actions[bot]@users.noreply.github.com message: "chore: rebuild execute-workflow dist [skip ci]" add: 'execute-workflow/dist/' diff --git a/.github/workflows/python_bump_and_update_changelog.yaml b/.github/workflows/python_bump_and_update_changelog.yaml index 89ac7a0..4d5fdb4 100644 --- a/.github/workflows/python_bump_and_update_changelog.yaml +++ b/.github/workflows/python_bump_and_update_changelog.yaml @@ -63,6 +63,6 @@ jobs: id: commit uses: EndBug/add-and-commit@v9 with: - author_name: Apify Release Bot - author_email: noreply@apify.com + author_name: github-actions[bot] + author_email: 41898282+github-actions[bot]@users.noreply.github.com message: "chore(release): Update changelog and package version [skip ci]"