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"