mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-14 13:58:08 +00:00
feat: update action.yml with new flags and descriptions
- Update the `description` of `--overwrite` flag in `action.yml` - Add a new input `tar_dereference` with `--dereference` flag in `action.yml` Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
51b937b31f
commit
11c56b52d3
@ -42,7 +42,10 @@ inputs:
|
|||||||
description: 'remove the specified number of leading path elements'
|
description: 'remove the specified number of leading path elements'
|
||||||
default: 0
|
default: 0
|
||||||
overwrite:
|
overwrite:
|
||||||
description: 'use `--overwrite` flag with tar'
|
description: 'use --overwrite flag with tar'
|
||||||
|
default: false
|
||||||
|
tar_dereference:
|
||||||
|
description: 'use --dereference flag with tar'
|
||||||
default: false
|
default: false
|
||||||
tar_tmp_path:
|
tar_tmp_path:
|
||||||
description: 'temporary path for tar file on the dest host'
|
description: 'temporary path for tar file on the dest host'
|
||||||
|
Loading…
Reference in New Issue
Block a user