Skip to content

Commit f9cb0a7

Browse files
committed
feat: add workflow commands for logging group messages
1 parent c10d1e9 commit f9cb0a7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Workflow Commands"
2+
3+
on : ['push']
4+
jobs:
5+
my_job:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: "group logging commands"
9+
run: |
10+
echo "::group::This is a group"
11+
echo "Hello"
12+
echo "World"
13+
echo "::endgroup::"

0 commit comments

Comments
 (0)