diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..5c65b4e --- /dev/null +++ b/action.yml @@ -0,0 +1,13 @@ +name: 'Setup docker-compose' +description: 'Automate download and set up process for docker-compose command' +author: 'Kengo TODA ' +inputs: + version: + default: 'latest' + description: 'the version of docker-compose command' +branding: + color: blue + icon: play +runs: + using: 'node20' + main: 'dist/index.js'