fd0023c401
- Add Support For Both Ubuntu Focal and Bionic Runners - Update README - Added branding Signed-off-by: rokibhasansagar <rokibhasansagar2014@outlook.com>
12 lines
298 B
YAML
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'
|