We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e88da commit a25a7d3Copy full SHA for a25a7d3
.github/actions/recent-posts/main.py
@@ -45,5 +45,3 @@ class Feed(BaseXmlModel, tag="feed", nsmap=NSMAP, search_mode="ordered"):
45
json_string = model.model_dump_json()
46
with open(environ["GITHUB_OUTPUT"], mode="a") as f:
47
f.write(f"result={json_string}")
48
-
49
- print(environ["GITHUB_OUTPUT"])
0 commit comments