From 27ec4d05a1eae55f2605acb4d1026936c7093a52 Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Sun, 31 Oct 2021 11:03:45 +0530 Subject: [PATCH] update name --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 782c830..d0ac364 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ # action.yml -name: 'Hello World' -description: 'Greet someone and record the time' +name: 'Container Image Updater' +description: 'Github action to notify if the container image needs update based on the baseimage change' inputs: who-to-greet: # id of input description: 'Who to greet'