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