|
93 | 93 | 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 ) );"
|
94 | 94 | fi
|
95 | 95 |
|
96 |
| - # Configure git: |
97 |
| - - name: 'Configure git' |
| 96 | + # Configure Git: |
| 97 | + - name: 'Configure Git' |
98 | 98 | run: |
|
99 | 99 | git config --local user.email " [email protected]"
|
100 | 100 | git config --local user.name "stdlib-bot"
|
@@ -190,8 +190,8 @@ jobs:
|
190 | 190 | # Pin action to full length commit SHA
|
191 | 191 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
192 | 192 |
|
193 |
| - # Configure git: |
194 |
| - - name: 'Configure git' |
| 193 | + # Configure Git: |
| 194 | + - name: 'Configure Git' |
195 | 195 | run: |
|
196 | 196 | git config --local user.email " [email protected]"
|
197 | 197 | git config --local user.name "stdlib-bot"
|
@@ -365,8 +365,8 @@ jobs:
|
365 | 365 | # Pin action to full length commit SHA
|
366 | 366 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
367 | 367 |
|
368 |
| - # Configure git: |
369 |
| - - name: 'Configure git' |
| 368 | + # Configure Git: |
| 369 | + - name: 'Configure Git' |
370 | 370 | run: |
|
371 | 371 | git config --local user.email " [email protected]"
|
372 | 372 | git config --local user.name "stdlib-bot"
|
@@ -537,8 +537,8 @@ jobs:
|
537 | 537 | # Pin action to full length commit SHA
|
538 | 538 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
539 | 539 |
|
540 |
| - # Configure git: |
541 |
| - - name: 'Configure git' |
| 540 | + # Configure Git: |
| 541 | + - name: 'Configure Git' |
542 | 542 | run: |
|
543 | 543 | git config --local user.email " [email protected]"
|
544 | 544 | git config --local user.name "stdlib-bot"
|
@@ -715,8 +715,8 @@ jobs:
|
715 | 715 | # Pin action to full length commit SHA
|
716 | 716 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
717 | 717 |
|
718 |
| - # Configure git: |
719 |
| - - name: 'Configure git' |
| 718 | + # Configure Git: |
| 719 | + - name: 'Configure Git' |
720 | 720 | run: |
|
721 | 721 | git config --local user.email " [email protected]"
|
722 | 722 | git config --local user.name "stdlib-bot"
|
@@ -929,8 +929,8 @@ jobs:
|
929 | 929 | echo "bump=true" >> $GITHUB_OUTPUT
|
930 | 930 | fi
|
931 | 931 |
|
932 |
| - # Configure git: |
933 |
| - - name: 'Configure git' |
| 932 | + # Configure Git: |
| 933 | + - name: 'Configure Git' |
934 | 934 | if: steps.check-if-bump.outputs.bump
|
935 | 935 | run: |
|
936 | 936 | git config --local user.email " [email protected]"
|
|
0 commit comments