Skip to content

Commit be29634

Browse files
committed
Fix typo
1 parent e12b832 commit be29634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage-unallowed-contributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
github-token: ${{secrets.GITHUB_TOKEN}}
8080
script: |
81-
constFilesArr = [
81+
const badFilesArr = [
8282
'translations/**',
8383
'lib/rest/static/**',
8484
'.github/workflows/**',

0 commit comments

Comments
 (0)