We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba3c49 commit bbeaa03Copy full SHA for bbeaa03
1 file changed
README.md
@@ -3,7 +3,7 @@
3
### Example:
4
5
```python
6
-with group_context_manager("My Group"):
+with group("My Group"):
7
set_output("test_var", "test_value")
8
save_state("state", "val")
9
0 commit comments