2020-12-24 17:44:17 +01:00
|
|
|
name: 'GitHub Actions Cleaner'
|
|
|
|
author: 'Rokib Hasan Sagar'
|
|
|
|
description: 'Clean GitHub Actions Environment For Lightweight Build Purpose'
|
|
|
|
runs:
|
|
|
|
using: "composite"
|
|
|
|
steps:
|
|
|
|
- run: $GITHUB_ACTION_PATH/cleanup.sh
|
|
|
|
name: 'Cleanup'
|
|
|
|
shell: bash
|
2021-03-01 20:13:13 +01:00
|
|
|
branding:
|
|
|
|
icon: 'layers'
|
|
|
|
color: 'blue'
|