From 38e486cdc7fad798ae12c0396deef801a9c3a805 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Fri, 7 Jan 2022 10:12:03 -0300 Subject: [PATCH] update ubuntu workflow with remote test Signed-off-by: GuillaumeFalourd --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7bb0c42..bf798d5 100644 --- a/action.yml +++ b/action.yml @@ -132,7 +132,7 @@ runs: echo echo "##### Copying contents to destination Github repository #####" - cp "$GITHUB_WORKSPACE/${{ inputs.files }}" "$CLONE_DIRECTORY" + cp ${{ inputs.files }} $CLONE_DIRECTORY cd "$CLONE_DIRECTORY"