Skip to content

Commit a25a7d3

Browse files
committed
modified: .github/actions/recent-posts/main.py
- Removing the python print statement.
1 parent 56e88da commit a25a7d3

File tree

1 file changed

+0
-2
lines changed
  • .github/actions/recent-posts

1 file changed

+0
-2
lines changed

.github/actions/recent-posts/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ class Feed(BaseXmlModel, tag="feed", nsmap=NSMAP, search_mode="ordered"):
4545
json_string = model.model_dump_json()
4646
with open(environ["GITHUB_OUTPUT"], mode="a") as f:
4747
f.write(f"result={json_string}")
48-
49-
print(environ["GITHUB_OUTPUT"])

0 commit comments

Comments
 (0)