Skip to content

Commit 42bfe1c

Browse files
authored
Merge pull request #153 from creativecommons/norm-yaml-fix
fix syntax (whitespace)
2 parents 2010c71 + 7529eb5 commit 42bfe1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/normalize_repos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
with:
15-
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
14+
with:
15+
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
1616
- name: Set up Python 3.9
1717
uses: actions/setup-python@v4
1818
with:

0 commit comments

Comments
 (0)