We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474ef14 commit af486d7Copy full SHA for af486d7
reusable_workflows/repo_policies/check_external_changes.py
@@ -49,7 +49,7 @@ def main():
49
repo = gh.repository(owner=env_vars["ORG"], repository=env_vars["REPO"])
50
51
# Get changed files
52
- changed_files = env_vars["CHANGED_FILES"].split(",")
+ changed_files = env_vars["CHANGED_FILES"].split()
53
print(f"Changed files: {changed_files}")
54
55
blacklist_files = get_blacklisted_files(repo)
0 commit comments