Skip to content

Commit

Permalink
remove wrapper group did not seem to work
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Feb 26, 2022
1 parent 12872e9 commit 2bb868f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ runs:
presize=$(df -h)
echo "::set-output name=pre-size::${presize}"
- shell: bash
run: echo "::group::Cleanup"

- if: ${{ inputs.purge_docker == 'true' }}
shell: bash
run: |
Expand Down Expand Up @@ -434,10 +431,6 @@ runs:
tree --du -L 2 /
echo "::endgroup::"
- shell: bash
run: echo "::endgroup::"


- name: Post-Size
id: post
shell: bash
Expand Down

0 comments on commit 2bb868f

Please sign in to comment.