Skip to content

Commit 98ee475

Browse files
author
Dmitriy Khalturin
authored
Fixed env variable name.
1 parent a43311e commit 98ee475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
EXCLUDED: ${{ secrets.EXCLUDED }}
58-
EXCLUDED_LANGS: ${{ secrets.EXCLUDE_LANGS }}
58+
EXCLUDED_LANGS: ${{ secrets.EXCLUDED_LANGS }}
5959
COUNT_STATS_FROM_FORKS: ${{ secrets.COUNT_STATS_FROM_FORKS }}
6060

6161
# Commits all changed files to the repository

0 commit comments

Comments
 (0)