slimhub_actions/action.yml
rokibhasansagar fd0023c401
Renew Scripts
- Add Support For Both Ubuntu Focal and Bionic Runners
- Update README
- Added branding

Signed-off-by: rokibhasansagar <rokibhasansagar2014@outlook.com>
2021-03-02 02:31:01 +06:00

12 lines
298 B
YAML

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
branding:
icon: 'layers'
color: 'blue'