Skip to content

Commit 944bd84

Browse files
author
Alvaro Muñoz
committed
Add missing spaces
1 parent 16cf60a commit 944bd84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ runs:
5555
- name: Show contents
5656
shell: bash
5757
run: |
58-
echo "Models"
58+
echo "##[group] Workflow Models"
5959
if [ -f workflow-extpack/models.yml ]; then cat workflow-extpack/models.yml; fi
60-
echo "QLPack"
60+
echo "##[endgroup]"
61+
echo "##[group] QLPack"
6162
if [ -f workflow-extpack/qlpack.yml ]; then cat workflow-extpack/qlpack.yml; fi
63+
echo "##[endgroup]"
6264
6365
- name: Scan workflows
6466
shell: bash

0 commit comments

Comments
 (0)