mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2024-11-10 09:13:05 +08:00
Trying Nested Group
This commit is contained in:
parent
cfa56adf5b
commit
cc22c4321d
2 changed files with 5 additions and 1 deletions
2
.github/workflows/on-push.yml
vendored
2
.github/workflows/on-push.yml
vendored
|
@ -3,7 +3,7 @@ name: "On Push"
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
rebuild_dockers:
|
||||
|
|
|
@ -15,6 +15,10 @@ gh_log_group_start "Group Name"
|
|||
gh_log "Log Line 1"
|
||||
gh_log "Log Line 2"
|
||||
gh_log "Log Line 3"
|
||||
gh_log_group_start "Group Name2"
|
||||
gh_log "Log Line 2"
|
||||
gh_log "Log Line 3"
|
||||
gh_log_group_end
|
||||
gh_log_group_end
|
||||
gh_log
|
||||
|
||||
|
|
Loading…
Reference in a new issue