Trying Nested Group

This commit is contained in:
Varun 2020-10-22 17:25:00 +05:30
parent cfa56adf5b
commit cc22c4321d
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@ name: "On Push"
on:
push:
branches:
- main
- master
jobs:
rebuild_dockers:

View file

@ -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