Skip to content

Commit 619db7f

Browse files
committed
fix syntax
1 parent c3ffb61 commit 619db7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fetch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
token: ${{ secrets.BOT_TOKEN }}
2626

2727
- name: Configure git
28-
- run: |
28+
run: |
2929
git config user.name "${{ secrets.BOT_NAME }}"
3030
git config user.email "${{ secrets.BOT_EMAIL }}"
3131

.github/workflows/process.yml.disabled

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.BOT_TOKEN }}
2222

2323
- name: Configure git
24-
- run: |
24+
run: |
2525
git config user.name "${{ secrets.BOT_NAME }}"
2626
git config user.email "${{ secrets.BOT_EMAIL }}"
2727

.github/workflows/report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
token: ${{ secrets.BOT_TOKEN }}
2323

2424
- name: Configure git
25-
- run: |
25+
run: |
2626
git config user.name "${{ secrets.BOT_NAME }}"
2727
git config user.email "${{ secrets.BOT_EMAIL }}"
2828

0 commit comments

Comments
 (0)