9393 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 ) );"
9494 fi
9595
96- # Configure git :
97- - name : ' Configure git '
96+ # Configure Git :
97+ - name : ' Configure Git '
9898 run : |
9999 git config --local user.email "[email protected] " 100100 git config --local user.name "stdlib-bot"
@@ -190,8 +190,8 @@ jobs:
190190 # Pin action to full length commit SHA
191191 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
192192
193- # Configure git :
194- - name : ' Configure git '
193+ # Configure Git :
194+ - name : ' Configure Git '
195195 run : |
196196 git config --local user.email "[email protected] " 197197 git config --local user.name "stdlib-bot"
@@ -343,7 +343,6 @@ jobs:
343343 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
344344 with :
345345 status : ${{ job.status }}
346- steps : ${{ toJson(steps) }}
347346 channel : ' #npm-ci'
348347 if : failure()
349348
@@ -366,8 +365,8 @@ jobs:
366365 # Pin action to full length commit SHA
367366 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
368367
369- # Configure git :
370- - name : ' Configure git '
368+ # Configure Git :
369+ - name : ' Configure Git '
371370 run : |
372371 git config --local user.email "[email protected] " 373372 git config --local user.name "stdlib-bot"
@@ -516,7 +515,6 @@ jobs:
516515 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
517516 with :
518517 status : ${{ job.status }}
519- steps : ${{ toJson(steps) }}
520518 channel : ' #npm-ci'
521519 if : failure()
522520
@@ -539,8 +537,8 @@ jobs:
539537 # Pin action to full length commit SHA
540538 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
541539
542- # Configure git :
543- - name : ' Configure git '
540+ # Configure Git :
541+ - name : ' Configure Git '
544542 run : |
545543 git config --local user.email "[email protected] " 546544 git config --local user.name "stdlib-bot"
@@ -695,7 +693,6 @@ jobs:
695693 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
696694 with :
697695 status : ${{ job.status }}
698- steps : ${{ toJson(steps) }}
699696 channel : ' #npm-ci'
700697 if : failure()
701698
@@ -718,8 +715,8 @@ jobs:
718715 # Pin action to full length commit SHA
719716 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
720717
721- # Configure git :
722- - name : ' Configure git '
718+ # Configure Git :
719+ - name : ' Configure Git '
723720 run : |
724721 git config --local user.email "[email protected] " 725722 git config --local user.name "stdlib-bot"
@@ -893,7 +890,6 @@ jobs:
893890 uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
894891 with :
895892 status : ${{ job.status }}
896- steps : ${{ toJson(steps) }}
897893 channel : ' #npm-ci'
898894 if : failure()
899895
@@ -933,8 +929,8 @@ jobs:
933929 echo "bump=true" >> $GITHUB_OUTPUT
934930 fi
935931
936- # Configure git :
937- - name : ' Configure git '
932+ # Configure Git :
933+ - name : ' Configure Git '
938934 if : steps.check-if-bump.outputs.bump
939935 run : |
940936 git config --local user.email "[email protected] "
0 commit comments