Skip to content

Commit 2ebfcaa

Browse files
committed
comment author and committer
1 parent d683a0d commit 2ebfcaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: create pull request
3737
uses: peter-evans/create-pull-request@v7.0.8
3838
with:
39-
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
40-
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
39+
# author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
40+
# committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4141
title: ${{ env.TITLE }}
4242
commit-message: ${{ env.TITLE }}
4343
body: ${{ env.DESC }}

0 commit comments

Comments
 (0)