Skip to content

Commit ad8b060

Browse files
committed
workflow commands
1 parent a0749ec commit ad8b060

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow-commands.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
steps:
99
name: "group logging"
1010
run: |
11-
echo: "::group:: My Group Message"
12-
echo: "msg 1"
13-
echo: "msg 2"
14-
echo: "::endgroup::"
11+
echo "::group:: My Group Message"
12+
echo "msg 1"
13+
echo "msg 2"
14+
echo "::endgroup::"
1515

0 commit comments

Comments
 (0)