slimhub_actions/action.yml

11 lines
256 B
YAML
Raw Normal View History

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