diff --git a/.github/actions/free_disk_space/action.yml b/.github/actions/free_disk_space/action.yml new file mode 100644 index 0000000..43af774 --- /dev/null +++ b/.github/actions/free_disk_space/action.yml @@ -0,0 +1,32 @@ +# ******************************************************************************* +# Copyright (c) 2026 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +name: "Free Disk Space" +description: "Configures and calls endersonmenezes/free-disk-space to free disk space" + +branding: + icon: command + color: gray-dark + +runs: + using: composite + steps: + - name: Free Disk Space (Ubuntu) + uses: endersonmenezes/free-disk-space@v3 + with: + remove_android: true + remove_dotnet: true + remove_haskell: true + remove_tool_cache: true + remove_swap: true + rm_cmd: "rmz"