|
94 | 94 | node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
|
95 | 95 | fi
|
96 | 96 |
|
97 |
| - # Configure git: |
98 |
| - - name: 'Configure git' |
| 97 | + # Configure Git: |
| 98 | + - name: 'Configure Git' |
99 | 99 | run: |
|
100 | 100 | git config --local user.email "[email protected]"
|
101 | 101 | git config --local user.name "stdlib-bot"
|
@@ -191,8 +191,8 @@ jobs:
|
191 | 191 | # Pin action to full length commit SHA
|
192 | 192 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
193 | 193 |
|
194 |
| - # Configure git: |
195 |
| - - name: 'Configure git' |
| 194 | + # Configure Git: |
| 195 | + - name: 'Configure Git' |
196 | 196 | run: |
|
197 | 197 | git config --local user.email "[email protected]"
|
198 | 198 | git config --local user.name "stdlib-bot"
|
@@ -366,8 +366,8 @@ jobs:
|
366 | 366 | # Pin action to full length commit SHA
|
367 | 367 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
368 | 368 |
|
369 |
| - # Configure git: |
370 |
| - - name: 'Configure git' |
| 369 | + # Configure Git: |
| 370 | + - name: 'Configure Git' |
371 | 371 | run: |
|
372 | 372 | git config --local user.email "[email protected]"
|
373 | 373 | git config --local user.name "stdlib-bot"
|
@@ -539,8 +539,8 @@ jobs:
|
539 | 539 | # Pin action to full length commit SHA
|
540 | 540 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
541 | 541 |
|
542 |
| - # Configure git: |
543 |
| - - name: 'Configure git' |
| 542 | + # Configure Git: |
| 543 | + - name: 'Configure Git' |
544 | 544 | run: |
|
545 | 545 | git config --local user.email "[email protected]"
|
546 | 546 | git config --local user.name "stdlib-bot"
|
@@ -735,8 +735,8 @@ jobs:
|
735 | 735 | echo "bump=true" >> $GITHUB_OUTPUT
|
736 | 736 | fi
|
737 | 737 |
|
738 |
| - # Configure git: |
739 |
| - - name: 'Configure git' |
| 738 | + # Configure Git: |
| 739 | + - name: 'Configure Git' |
740 | 740 | if: steps.check-if-bump.outputs.bump
|
741 | 741 | run: |
|
742 | 742 | git config --local user.email "[email protected]"
|
|
0 commit comments