Skip to content

Commit d136e51

Browse files
committed
improve
1 parent 4d7c492 commit d136e51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI_check_api_ref.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
if has_worktree:
7878
git("worktree", "remove", base_worktree)
7979
80+
print(f"Integrations with API reference changes: {json.dumps(result)}")
81+
8082
with open(os.environ["GITHUB_OUTPUT"], "a") as f:
8183
f.write(f"integrations={json.dumps(result)}\n")
8284

0 commit comments

Comments
 (0)