We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f511d6 commit b066a41Copy full SHA for b066a41
1 file changed
.github/workflows/deprecate_packages.yml
@@ -53,13 +53,6 @@ jobs:
53
54
# Define the sequence of job steps...
55
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
-
63
# Deprecate the specified packages on `npm` and the respective `GitHub` repositories:
64
- name: 'Deprecate packages'
65
run: |
@@ -101,6 +94,10 @@ jobs:
101
94
# Move to the repository root:
102
95
cd $repo
103
96
97
+ # Configure Git:
98
+ git config --local user.email "noreply@stdlib.io"
99
+ git config --local user.name "stdlib-bot"
100
+
104
# Add deprecation notice to the beginning of the `README.md` file:
105
sed -i "1 i\# :warning: $msg :warning:\n" README.md
106
0 commit comments