aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2023-10-06 15:16:56 -0400
committerGitHub <noreply@github.com>2023-10-06 15:16:56 -0400
commitbab41dd3a34a51047c1c0545d01a75918a399142 (patch)
treefca691df98e5d068e22aff04991262316de71d9c
parent1683f1587cf8b4f67c3bac2e5f55c69bdbe90167 (diff)
downloadgitea-bab41dd3a34a51047c1c0545d01a75918a399142.tar.gz
gitea-bab41dd3a34a51047c1c0545d01a75918a399142.zip
add checkout to disk-clean
-rw-r--r--.github/workflows/disk-clean.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/disk-clean.yml b/.github/workflows/disk-clean.yml
index 24a9d9216f..0f10c905f1 100644
--- a/.github/workflows/disk-clean.yml
+++ b/.github/workflows/disk-clean.yml
@@ -7,6 +7,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
+ - uses: actions/checkout@v4
# FIXME: https://github.com/jlumbroso/free-disk-space/issues/17
- name: same as 'large-packages' but without 'google-cloud-sdk'
shell: bash