Skip to content

Commit 11bcaa2

Browse files
authored
workflow commands example
1 parent 0e583a6 commit 11bcaa2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Workflow Commands"
2+
3+
on: push
4+
5+
jobs:
6+
my-job:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: "group logging"
10+
run: |
11+
echo "::group::My group Message"
12+
echo "msg v1"
13+
echo "msg v2"
14+
echo "::endgroup::"

0 commit comments

Comments
 (0)