From b4d3874ee22d277b9418da1e65fd51f5efded6a5 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jan 2022 10:06:14 -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 e6c5ed5..efd72ac 100644 --- a/action.yml +++ b/action.yml @@ -132,6 +132,7 @@ runs: echo echo "##### Copying contents to destination Github repository #####" + ls -lha cp "${{ inputs.files }}" "$CLONE_DIRECTORY" cd "$CLONE_DIRECTORY"