diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..aaff772 --- /dev/null +++ b/action.yml @@ -0,0 +1,6 @@ +# action.yml +name: 'S3 Copy to specific destination' +description: '-' +runs: + using: 'docker' + image: 'Dockerfile'