diff --git a/action.yml b/action.yml index f023a6a..e26df2d 100644 --- a/action.yml +++ b/action.yml @@ -13,4 +13,4 @@ runs: image: 'Dockerfile' entrypoint: '/kubeconform' args: - - /github/workspace/fixtures \ No newline at end of file + - ${{ inputs.filenames }} \ No newline at end of file