From a50e8d734614309ab83bbee32825e2564bfbe8ca Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jan 2022 10:06:58 -0300 Subject: [PATCH] update ubuntu workflow with remote test Signed-off-by: GuillaumeFalourd --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index efd72ac..4e38d92 100644 --- a/action.yml +++ b/action.yml @@ -133,6 +133,7 @@ runs: echo echo "##### Copying contents to destination Github repository #####" ls -lha + tree -a cp "${{ inputs.files }}" "$CLONE_DIRECTORY" cd "$CLONE_DIRECTORY"