We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff2a89 commit 0c048aeCopy full SHA for 0c048ae
1 file changed
.github/workflows/blank.yml
@@ -44,3 +44,13 @@ jobs:
44
echo $HOME
45
echo $SHELL
46
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