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 a970593 commit 37bd915Copy full SHA for 37bd915
.github/workflows/make-changes.yml
@@ -11,10 +11,10 @@ jobs:
11
with:
12
token: ${{ secrets.BOT_TOKEN }}
13
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"
+ - name: Set up git user
+ run: |
+ git config --local user.email "intellij.rust@gmail.com"
+ git config --local user.name "intellij-rust-bot"
18
19
- name: Make changes
20
run: |
0 commit comments