fix(action): better logging
Be more clear about why it failed
This commit is contained in:
parent
7cc7a6f6f4
commit
08d9598c26
4 changed files with 62 additions and 24 deletions
11
utils.sh
Normal file
11
utils.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
log() {
|
||||
echo "$@" >&2
|
||||
}
|
||||
|
||||
group() {
|
||||
log "::group::$1"
|
||||
}
|
||||
|
||||
endgroup() {
|
||||
log '::endgroup::'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue