We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7c492 commit d136e51Copy full SHA for d136e51
1 file changed
.github/workflows/CI_check_api_ref.yml
@@ -77,6 +77,8 @@ jobs:
77
if has_worktree:
78
git("worktree", "remove", base_worktree)
79
80
+ print(f"Integrations with API reference changes: {json.dumps(result)}")
81
+
82
with open(os.environ["GITHUB_OUTPUT"], "a") as f:
83
f.write(f"integrations={json.dumps(result)}\n")
84
0 commit comments