| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b43ecf4 commit fdcd775
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -307,10 +307,6 @@ jobs: | |||
| 307 | 307 | tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | |
| 308 | 308 | rm temp-output | |
| 309 | 309 | steps: | |
| 310 | - - name: Setup Git config | ||
| 311 | - run: | | ||
| 312 | - git config --global user.name "Node.js GitHub Bot" | ||
| 313 | - git config --global user.email "github-bot@iojs.org" | ||
| 314 | 310 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 315 | 311 | if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id | |
| 316 | 312 | with: | |
@@ -346,3 +342,5 @@ jobs: | |||
| 346 | 342 | labels: ${{ matrix.label }} | |
| 347 | 343 | title: '${{ matrix.subsystem }}: update ${{ matrix.id }} to ${{ env.NEW_VERSION }}' | |
| 348 | 344 | body: This is an automated update of ${{ matrix.id }} to ${{ env.NEW_VERSION }}. | |
| 345 | + committer: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> | ||
| 346 | + author: Node.js GitHub Bot <github-bot@iojs.org> | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments