We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ffb61 commit 619db7fCopy full SHA for 619db7f
.github/workflows/fetch.yml
@@ -25,7 +25,7 @@ jobs:
25
token: ${{ secrets.BOT_TOKEN }}
26
27
- name: Configure git
28
- - run: |
+ run: |
29
git config user.name "${{ secrets.BOT_NAME }}"
30
git config user.email "${{ secrets.BOT_EMAIL }}"
31
.github/workflows/process.yml.disabled
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
.github/workflows/report.yml
@@ -22,7 +22,7 @@ jobs:
0 commit comments