Skip to content

Commit e3f4f12

Browse files
committed
correct yaml syntax
1 parent 760f858 commit e3f4f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/normalize_repos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
2424
- name: Install app dependencies
25-
run: |
25+
run: |
2626
pipenv sync
2727
- name: Run script with token in env
2828
run: |

0 commit comments

Comments
 (0)