Skip to content

Commit

Permalink
wip: adds groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent 3b2a461 commit 8cc012a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions forge/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
id: aws
shell: bash
run: |
echo "::group::AWS Setup"
BP=$(forge blueprint dump .)
AWS=$(echo "$BP" | jq -r .ci.providers.aws)
Expand Down Expand Up @@ -67,6 +68,8 @@ runs:
id: docker
shell: bash
run: |
echo "::endgroup::"
echo "::group::Docker Setup"
BP=$(forge blueprint dump .)
DOCKER=$(echo "$BP" | jq -r .ci.providers.docker.credentials)
Expand Down Expand Up @@ -98,6 +101,8 @@ runs:
id: github
shell: bash
run: |
echo "::endgroup::"
echo "::group::Docker Setup"
BP=$(forge blueprint dump .)
GITHUB=$(echo "$BP" | jq -r .ci.providers.github.registry)
Expand All @@ -119,6 +124,8 @@ runs:
id: earthly
shell: bash
run: |
echo "::endgroup::"
echo "::group::Earthly Setup"
BP=$(forge blueprint dump .)
EARTHLY=$(echo "$BP" | jq -r .ci.providers.earthly)
Expand Down

0 comments on commit 8cc012a

Please sign in to comment.