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 02531d7 commit b69ef16Copy full SHA for b69ef16
.github/actions/recent-posts/main.py
@@ -44,3 +44,4 @@ class Feed(BaseXmlModel, tag="feed", nsmap=NSMAP, search_mode="ordered"):
44
model = Feed.from_xml(source=xml)
45
json_string = model.model_dump_json()
46
environ["GITHUB_OUTPUT"] = json_string
47
+ print(environ["GITHUB_OUTPUT"])
0 commit comments