Skip to content

Commit b69ef16

Browse files
committed
modified: .github/actions/recent-posts/main.py
- Printing GITHUB_OUTPUT to see if value was stored correctly.
1 parent 02531d7 commit b69ef16

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ class Feed(BaseXmlModel, tag="feed", nsmap=NSMAP, search_mode="ordered"):
4444
model = Feed.from_xml(source=xml)
4545
json_string = model.model_dump_json()
4646
environ["GITHUB_OUTPUT"] = json_string
47+
print(environ["GITHUB_OUTPUT"])

0 commit comments

Comments
 (0)