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