9494 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 ) );"
9595 fi
9696
97- # Configure git :
98- - name : ' Configure git '
97+ # Configure Git :
98+ - name : ' Configure Git '
9999 run : |
100100 git config --local user.email "noreply@stdlib.io"
101101 git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
191191 # Pin action to full length commit SHA
192192 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193
194- # Configure git :
195- - name : ' Configure git '
194+ # Configure Git :
195+ - name : ' Configure Git '
196196 run : |
197197 git config --local user.email "noreply@stdlib.io"
198198 git config --local user.name "stdlib-bot"
@@ -344,7 +344,6 @@ jobs:
344344 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
345345 with :
346346 status : ${{ job.status }}
347- steps : ${{ toJson(steps) }}
348347 channel : ' #npm-ci'
349348 if : failure()
350349
@@ -367,8 +366,8 @@ jobs:
367366 # Pin action to full length commit SHA
368367 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
369368
370- # Configure git :
371- - name : ' Configure git '
369+ # Configure Git :
370+ - name : ' Configure Git '
372371 run : |
373372 git config --local user.email "noreply@stdlib.io"
374373 git config --local user.name "stdlib-bot"
@@ -518,7 +517,6 @@ jobs:
518517 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
519518 with :
520519 status : ${{ job.status }}
521- steps : ${{ toJson(steps) }}
522520 channel : ' #npm-ci'
523521 if : failure()
524522
@@ -541,8 +539,8 @@ jobs:
541539 # Pin action to full length commit SHA
542540 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
543541
544- # Configure git :
545- - name : ' Configure git '
542+ # Configure Git :
543+ - name : ' Configure Git '
546544 run : |
547545 git config --local user.email "noreply@stdlib.io"
548546 git config --local user.name "stdlib-bot"
@@ -698,7 +696,6 @@ jobs:
698696 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
699697 with :
700698 status : ${{ job.status }}
701- steps : ${{ toJson(steps) }}
702699 channel : ' #npm-ci'
703700 if : failure()
704701
@@ -738,8 +735,8 @@ jobs:
738735 echo "bump=true" >> $GITHUB_OUTPUT
739736 fi
740737
741- # Configure git :
742- - name : ' Configure git '
738+ # Configure Git :
739+ - name : ' Configure Git '
743740 if : steps.check-if-bump.outputs.bump
744741 run : |
745742 git config --local user.email "noreply@stdlib.io"
0 commit comments