diff --git a/.github/action/action.yml b/action.yml similarity index 89% rename from .github/action/action.yml rename to action.yml index b018aff..fab8331 100644 --- a/.github/action/action.yml +++ b/action.yml @@ -10,5 +10,5 @@ inputs: required: true runs: using: 'docker' - image: '.github/action/Dockerfile' + image: 'Dockerfile-action' args: ['${{ inputs.filenames }}'] \ No newline at end of file