From ae31faf5be485cb1177be65ce40a83670ec73392 Mon Sep 17 00:00:00 2001 From: wind57 Date: Tue, 26 Sep 2023 13:55:02 +0300 Subject: [PATCH] test --- .github/workflows/composites/clean-space/action.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/composites/clean-space/action.yaml b/.github/workflows/composites/clean-space/action.yaml index fd1f337aa7..3b2761a64c 100644 --- a/.github/workflows/composites/clean-space/action.yaml +++ b/.github/workflows/composites/clean-space/action.yaml @@ -3,11 +3,9 @@ description: clean space runs: using: "composite" steps: -# - name: apt-update -# shell: bash -# run: | -# sudo apt-get update -# sudo apt-get remove -y azure-cli google-cloud-sdk google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri + - name: gcloud + shell: bash + run: gcloud info - name: Free Disk Space uses: jlumbroso/free-disk-space@main