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"
@@ -344,7 +344,6 @@ jobs:
344
344
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
345
345
with:
346
346
status: ${{ job.status }}
347
- steps: ${{ toJson(steps) }}
348
347
channel: '#npm-ci'
349
348
if: failure()
350
349
@@ -367,8 +366,8 @@ jobs:
367
366
# Pin action to full length commit SHA
368
367
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
369
368
370
- # Configure git :
371
- - name: 'Configure git '
369
+ # Configure Git :
370
+ - name: 'Configure Git '
372
371
run: |
373
372
git config --local user.email "
[email protected] "
374
373
git config --local user.name "stdlib-bot"
@@ -518,7 +517,6 @@ jobs:
518
517
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
519
518
with:
520
519
status: ${{ job.status }}
521
- steps: ${{ toJson(steps) }}
522
520
channel: '#npm-ci'
523
521
if: failure()
524
522
@@ -541,8 +539,8 @@ jobs:
541
539
# Pin action to full length commit SHA
542
540
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
543
541
544
- # Configure git :
545
- - name: 'Configure git '
542
+ # Configure Git :
543
+ - name: 'Configure Git '
546
544
run: |
547
545
git config --local user.email "
[email protected] "
548
546
git config --local user.name "stdlib-bot"
@@ -698,7 +696,6 @@ jobs:
698
696
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
699
697
with:
700
698
status: ${{ job.status }}
701
- steps: ${{ toJson(steps) }}
702
699
channel: '#npm-ci'
703
700
if: failure()
704
701
@@ -738,8 +735,8 @@ jobs:
738
735
echo "bump=true" >> $GITHUB_OUTPUT
739
736
fi
740
737
741
- # Configure git :
742
- - name: 'Configure git '
738
+ # Configure Git :
739
+ - name: 'Configure Git '
743
740
if: steps.check-if-bump.outputs.bump
744
741
run: |
745
742
git config --local user.email "
[email protected] "
0 commit comments