diff --git a/action.yml b/action.yml index 2472cf5..365ccc7 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: reverse-copycat +name: local-copy description: "Locally copy files" inputs: src_path: @@ -24,5 +24,5 @@ inputs: unless `src_path` and `dst_path` are specified. required: true runs: - using: "node12" + using: "node16" main: "./dist/index.js"