From 11131ffae7cfa5deb34cf12d336f44ca49532555 Mon Sep 17 00:00:00 2001 From: Cali93 Date: Fri, 26 Nov 2021 12:29:24 +0100 Subject: [PATCH] change action name --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f8d3e49..7b4e08c 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: "Knowsis Upload Course Action" -description: "Deploy the lesson through Web3 & NFT Storage" +name: "upload-files-to-web3-storage" +description: "Deploy all the files through Web3 Storage" runs: using: "docker" image: "Dockerfile"