Skip to content

Commit 9606bab

Browse files
authored
Fix typo (#498)
1 parent c9eb542 commit 9606bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_on_modified_meta_with_secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git remote add upstream ${{ github.event.pull_request.base.repo.clone_url }}
4848
git fetch upstream
4949
changed_files=$(git diff upstream/${{ github.event.pull_request.base.ref }} --name-only | paste -sd, -)
50-
echo "$changed_files" | python3 .github/scripts/list_modified_files.py
50+
echo "$changed_files" | python3 .github/scripts/list_modified_scripts_with_secrets.py
5151
5252
process_modified_files:
5353
needs:

0 commit comments

Comments
 (0)