Skip to content

Commit 8cc012a

Browse files
committed
wip: adds groups
1 parent 3b2a461 commit 8cc012a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

forge/actions/setup/action.yml

+7
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ runs:
3838
id: aws
3939
shell: bash
4040
run: |
41+
echo "::group::AWS Setup"
4142
BP=$(forge blueprint dump .)
4243
4344
AWS=$(echo "$BP" | jq -r .ci.providers.aws)
@@ -67,6 +68,8 @@ runs:
6768
id: docker
6869
shell: bash
6970
run: |
71+
echo "::endgroup::"
72+
echo "::group::Docker Setup"
7073
BP=$(forge blueprint dump .)
7174
7275
DOCKER=$(echo "$BP" | jq -r .ci.providers.docker.credentials)
@@ -98,6 +101,8 @@ runs:
98101
id: github
99102
shell: bash
100103
run: |
104+
echo "::endgroup::"
105+
echo "::group::Docker Setup"
101106
BP=$(forge blueprint dump .)
102107
103108
GITHUB=$(echo "$BP" | jq -r .ci.providers.github.registry)
@@ -119,6 +124,8 @@ runs:
119124
id: earthly
120125
shell: bash
121126
run: |
127+
echo "::endgroup::"
128+
echo "::group::Earthly Setup"
122129
BP=$(forge blueprint dump .)
123130
124131
EARTHLY=$(echo "$BP" | jq -r .ci.providers.earthly)

0 commit comments

Comments
 (0)