slimhub_actions/action.yml
rokibhasansagar c1df132e56
First Commit
Signed-off-by: rokibhasansagar <rokibhasansagar2014@outlook.com>
2021-01-02 00:04:34 +06:00

10 lines
256 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