We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7087612 commit aac2a89Copy full SHA for aac2a89
.github/workflows/lovnishverma.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Commit updates
54
run: |
55
git config --global user.name "lovnishverma"
56
- git config --global user.email "technicalboyprince@gmail.com"
+ git config --global user.email "princelv84@gmail.com"
57
58
git add .sync/
59
@@ -87,7 +87,7 @@ jobs:
87
88
if ! git diff --quiet .sync/; then
89
90
91
92
93
git commit -m "Clean up old sync logs"
0 commit comments