File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 38
38
id : aws
39
39
shell : bash
40
40
run : |
41
+ echo "::group::AWS Setup"
41
42
BP=$(forge blueprint dump .)
42
43
43
44
AWS=$(echo "$BP" | jq -r .ci.providers.aws)
67
68
id : docker
68
69
shell : bash
69
70
run : |
71
+ echo "::endgroup::"
72
+ echo "::group::Docker Setup"
70
73
BP=$(forge blueprint dump .)
71
74
72
75
DOCKER=$(echo "$BP" | jq -r .ci.providers.docker.credentials)
98
101
id : github
99
102
shell : bash
100
103
run : |
104
+ echo "::endgroup::"
105
+ echo "::group::Docker Setup"
101
106
BP=$(forge blueprint dump .)
102
107
103
108
GITHUB=$(echo "$BP" | jq -r .ci.providers.github.registry)
@@ -119,6 +124,8 @@ runs:
119
124
id : earthly
120
125
shell : bash
121
126
run : |
127
+ echo "::endgroup::"
128
+ echo "::group::Earthly Setup"
122
129
BP=$(forge blueprint dump .)
123
130
124
131
EARTHLY=$(echo "$BP" | jq -r .ci.providers.earthly)
You can’t perform that action at this time.
0 commit comments