We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d683a0d commit 2ebfcaaCopy full SHA for 2ebfcaa
.github/workflows/update-dependencies.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: create pull request
37
uses: peter-evans/create-pull-request@v7.0.8
38
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>
+ # author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
+ # committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
41
title: ${{ env.TITLE }}
42
commit-message: ${{ env.TITLE }}
43
body: ${{ env.DESC }}
0 commit comments