Skip to content

Commit b066a41

Browse files
committed
Configure Git for each individual repository
1 parent 6f511d6 commit b066a41

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/deprecate_packages.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ jobs:
5353

5454
# Define the sequence of job steps...
5555
steps:
56-
# Configure Git:
57-
- name: 'Configure Git'
58-
run: |
59-
git config --local user.email "noreply@stdlib.io"
60-
git config --local user.name "stdlib-bot"
61-
timeout-minutes: 5
62-
6356
# Deprecate the specified packages on `npm` and the respective `GitHub` repositories:
6457
- name: 'Deprecate packages'
6558
run: |
@@ -101,6 +94,10 @@ jobs:
10194
# Move to the repository root:
10295
cd $repo
10396
97+
# Configure Git:
98+
git config --local user.email "noreply@stdlib.io"
99+
git config --local user.name "stdlib-bot"
100+
104101
# Add deprecation notice to the beginning of the `README.md` file:
105102
sed -i "1 i\# :warning: $msg :warning:\n" README.md
106103

0 commit comments

Comments
 (0)