Skip to content

Commit

Permalink
Fix: Missing quotato in documentation of actions console
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored and greenbonebot committed Feb 19, 2024
1 parent c4d9c48 commit 09b7a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/github/actions/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def group(cls, title: str):
console = Console()
with console.group("my-group"):
console.log("some message)
console.log("some message")
Args:
title: Title of the group
Expand Down

0 comments on commit 09b7a4b

Please sign in to comment.