diff --git a/action.yml b/action.yml deleted file mode 100644 index ac7205a..0000000 --- a/action.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: 'Download a Build Artifact' -description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action' -author: 'GitHub' -inputs: - name: - description: 'Artifact name' - required: false - path: - description: 'Destination path' - required: false -runs: - using: 'node12' - main: 'dist/index.js' \ No newline at end of file