Skip to content

Scalified/cleanup-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cleanup GitHub Action

License Release

Overview

A simple GitHub Action to clean the workspace, user-defined paths, and Docker containers/images

Usage

- name: Cleanup
  uses: scalified/cleanup-action@v1
  with:
    paths: >-
      /opt/storage
      /home/.npmrc
    docker-image: my-docker-image:latest

Inputs

Input Description Required Default
workspace Whether to clean up the workspace directory No true
paths List of files and directories to remove No ""
docker-image Docker image to remove, along with its containers No ""

Made with ❤️ by Scalified

About

GitHub Action to clean the workspace and user-defined paths

Resources

License

Stars

Watchers

Forks

Packages

No packages published