From dcb457bb6fb8f4da755c28f1231a0b7614050383 Mon Sep 17 00:00:00 2001 From: "Bo-Yi.Wu" Date: Sun, 9 Apr 2023 15:51:49 +0800 Subject: [PATCH] chore: add option to dereference symlinks in tar command - Add a flag to use `--dereference` with tar command Signed-off-by: Bo-Yi.Wu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bf6690..0d10cc5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ See the [action.yml](./action.yml) file for more detail information. * overwrite - use `--overwrite` flag with tar * tar_tmp_path - temporary path for tar file on the dest host * tar_exec - path to tar executable on the dest host. default is `tar` +* tar_dereference - use `--dereference` flag with tar * use_insecure_cipher - include more ciphers with use_insecure_cipher (see [#15](https://github.com/appleboy/scp-action/issues/15)) SSH Proxy Setting: