File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -295,10 +295,6 @@ jobs:
295295 tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
296296 rm temp-output
297297 steps :
298- - name : Setup Git config
299- run : |
300- git config --global user.name "Node.js GitHub Bot"
301- git config --global user.email "github-bot@iojs.org"
302298 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
303299 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
304300 with :
@@ -330,3 +326,5 @@ jobs:
330326 labels : ${{ matrix.label }}
331327 title : ' ${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}'
332328 body : This is an automated update of ${{ matrix.id }} to ${{ env.NEW_VERSION }}.
329+ committer : ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
330+ author : Node.js GitHub Bot <github-bot@iojs.org>
You can’t perform that action at this time.
0 commit comments