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"