From 1eacf6cbbe1235a37b912ad6ec6f3bed0d4a952a Mon Sep 17 00:00:00 2001 From: wind57 Date: Tue, 26 Sep 2023 14:27:40 +0300 Subject: [PATCH] test --- .github/workflows/composites/clean-space/action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/composites/clean-space/action.yaml b/.github/workflows/composites/clean-space/action.yaml index f115de3a20..3b2761a64c 100644 --- a/.github/workflows/composites/clean-space/action.yaml +++ b/.github/workflows/composites/clean-space/action.yaml @@ -3,6 +3,9 @@ description: clean space runs: using: "composite" steps: + - name: gcloud + shell: bash + run: gcloud info - name: Free Disk Space uses: jlumbroso/free-disk-space@main