fix: resolve recent merge collisio (#33110)

This commit is contained in:
Maxime Beauchemin
2025-04-12 16:33:00 -07:00
committed by GitHub
parent 347c174099
commit 05faf2f352
2 changed files with 1 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ def main(event_type: str, sha: str, repo: str) -> None:
# trigger all checks. This is a workaround for the GitHub API limit of 100
# files. Using >= 99 because off-by-one errors are not uncommon
if changed or len(files) >= 99:
print(f"{check}={str(changed).lower()}", file=f)
print(f"{check}=true", file=f)
print(f"Triggering group: {check}")