feat: add test for cleanup

This commit is contained in:
Serhii Freidin 2023-12-19 10:29:06 +02:00
parent f6ec85149b
commit 7b7ad1617b
No known key found for this signature in database
GPG key ID: A249D75F3EC64120
7 changed files with 26002 additions and 42 deletions

View file

@ -264,7 +264,7 @@ The action supports the following inputs:
the `terraform` binary and expose its STDOUT, STDERR, and exit code as outputs
named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.
- `cleanup_workspace` - (optional) The Terraform binary file is downloaded to a temporary directory.
This parameter will be used to clean that directory. Defaults to `true`.
This parameter controls whether to clean that directory. Defaults to `false`.
## Outputs