Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37bd915

Browse files
committedJun 12, 2023
Setup git user
1 parent a970593 commit 37bd915

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/make-changes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
with:
1212
token: ${{ secrets.BOT_TOKEN }}
1313

14-
# - name: Set up git user
15-
# run: |
16-
# git config --local user.email "intellij.rust@gmail.com"
17-
# git config --local user.name "intellij-rust-bot"
14+
- name: Set up git user
15+
run: |
16+
git config --local user.email "intellij.rust@gmail.com"
17+
git config --local user.name "intellij-rust-bot"
1818
1919
- name: Make changes
2020
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.