From 1d59468abb1186f31978e3392d62bd1705bb5778 Mon Sep 17 00:00:00 2001 From: Vladimir Pavlov Date: Sat, 27 May 2023 02:20:33 +0200 Subject: [PATCH] action name/description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4c7b729..bfa94bd 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ # action.yml -name: 'Migrate' +name: 'Migrate database' author: 'Vladimir Pavlov' -description: 'Greet someone and record the time' +description: 'Database seed tool built with golang-migrate' inputs: path: description: 'Location of the migration files'