Skip to content

Commit 0c048ae

Browse files
authored
Update blank.yml
1 parent 6ff2a89 commit 0c048ae

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/blank.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,13 @@ jobs:
4444
echo $HOME
4545
echo $SHELL
4646
echo $USER
47+
- name: Run a test-log script
48+
run: |
49+
::debug::This is a debug message.
50+
::notice::This is a notice message.
51+
::warning::This is a warning message.
52+
::error::This is an error message.
53+
::group::My Group of Logs
54+
echo "Log message 1"
55+
echo "Log message 2"
56+
::endgroup::

0 commit comments

Comments
 (0)