Skip to content

Commit 6873144

Browse files
committed
Change EXCLUDE_FORKED_REPOS setting in GitHub Actions workflow from true to false to allow forked repositories in the process.
1 parent 4308c67 commit 6873144

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
@@ -42,7 +42,7 @@ jobs:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
EXCLUDED: ${{ secrets.EXCLUDED }}
4444
EXCLUDED_LANGS: ${{ secrets.EXCLUDED_LANGS }}
45-
EXCLUDE_FORKED_REPOS: true
45+
EXCLUDE_FORKED_REPOS: false
4646
GIT_EMAILS: ${{ secrets.GIT_EMAILS }}
4747

4848
# Commit all changed files to the repository

0 commit comments

Comments
 (0)