action-clean
action-clean copied to clipboard
Removes all files in the work directory.
Currently this actions doesn't work on mac os runner. It fails with next error: ``` Error: Container action is only supported on Linux ``` Is it possible to add support...
Hello :wave: We have a mysterious error when cleaning the directory in our workflows with this action (using version 1.1.1):  We're using the action in this way: ```yaml steps:...
Build container for action use: '/home/vschem/actions-runner/_work/_actions/AutoModality/action-clean/v1.1.0/Dockerfile I am not running this workflow action in a docker environment. Plain old Ubuntu 20.04 LTS system.
globbing may be a problem with big workspaces and files having names starting with dash may be interpreted as a switch to rm. Using find resolves both issues.
While running the `action-clean` github action, I noticed that it failed because I needed to login to docker. Is this truly the case? I've run it plenty of times before...
The v1 tag is still pointing to v1.0.0 commit. The convention for actions is that v1 tag points to the lastest minor version of the same major version, e.g. v1.1.0.
Hi! I tried to do something similar to prevent self-hosted runners from filling up the filesystem and came across your action. If I use the action I am getting a...