|
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"
|
@@ -343,7 +343,6 @@ jobs:
|
343 | 343 | uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
|
344 | 344 | with:
|
345 | 345 | status: ${{ job.status }}
|
346 |
| -steps: ${{ toJson(steps) }} |
347 | 346 | channel: '#npm-ci'
|
348 | 347 | if: failure()
|
349 | 348 |
|
@@ -366,8 +365,8 @@ jobs:
|
366 | 365 | # Pin action to full length commit SHA
|
367 | 366 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
368 | 367 |
|
369 |
| -# Configure git: |
370 |
| -- name: 'Configure git' |
| 368 | +# Configure Git: |
| 369 | +- name: 'Configure Git' |
371 | 370 | run: |
|
372 | 371 | git config --local user.email "[email protected]"
|
373 | 372 | git config --local user.name "stdlib-bot"
|
@@ -516,7 +515,6 @@ jobs:
|
516 | 515 | uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
|
517 | 516 | with:
|
518 | 517 | status: ${{ job.status }}
|
519 |
| -steps: ${{ toJson(steps) }} |
520 | 518 | channel: '#npm-ci'
|
521 | 519 | if: failure()
|
522 | 520 |
|
@@ -539,8 +537,8 @@ jobs:
|
539 | 537 | # Pin action to full length commit SHA
|
540 | 538 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
541 | 539 |
|
542 |
| -# Configure git: |
543 |
| -- name: 'Configure git' |
| 540 | +# Configure Git: |
| 541 | +- name: 'Configure Git' |
544 | 542 | run: |
|
545 | 543 | git config --local user.email "[email protected]"
|
546 | 544 | git config --local user.name "stdlib-bot"
|
@@ -695,7 +693,6 @@ jobs:
|
695 | 693 | uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
|
696 | 694 | with:
|
697 | 695 | status: ${{ job.status }}
|
698 |
| -steps: ${{ toJson(steps) }} |
699 | 696 | channel: '#npm-ci'
|
700 | 697 | if: failure()
|
701 | 698 |
|
@@ -718,8 +715,8 @@ jobs:
|
718 | 715 | # Pin action to full length commit SHA
|
719 | 716 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
720 | 717 |
|
721 |
| -# Configure git: |
722 |
| -- name: 'Configure git' |
| 718 | +# Configure Git: |
| 719 | +- name: 'Configure Git' |
723 | 720 | run: |
|
724 | 721 | git config --local user.email "[email protected]"
|
725 | 722 | git config --local user.name "stdlib-bot"
|
@@ -893,7 +890,6 @@ jobs:
|
893 | 890 | uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
|
894 | 891 | with:
|
895 | 892 | status: ${{ job.status }}
|
896 |
| -steps: ${{ toJson(steps) }} |
897 | 893 | channel: '#npm-ci'
|
898 | 894 | if: failure()
|
899 | 895 |
|
@@ -933,8 +929,8 @@ jobs:
|
933 | 929 | echo "bump=true" >> $_OUTPUT
|
934 | 930 | fi
|
935 | 931 |
|
936 |
| - # Configure git: |
937 |
| -- name: 'Configure git' |
| 932 | + # Configure Git: |
| 933 | +- name: 'Configure Git' |
938 | 934 | if: steps.check-if-bump.outputs.bump
|
939 | 935 | run: |
|
940 | 936 | git config --local user.email "[email protected]"
|
|
0 commit comments