From 650a8148d1d88f148a389488d84e57fd5bc346c1 Mon Sep 17 00:00:00 2001 From: zombocoder Date: Sat, 17 Feb 2024 18:00:25 +0200 Subject: [PATCH] Update readme and action --- README.md | 4 +++- action.yml | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 138c8ec..b64a87d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # LinkZip GitHub Action -This GitHub Action simplifies the deployment process of static content packaged within a zip archive to LinkZip services. +This GitHub Action simplifies the deployment process of static content packaged within a zip archive to [LinkZip](https://linkzip.dev) services. +It streamlines the workflow by automating the steps involved in uploading and deploying the content, ensuring efficiency and accuracy in the deployment process. +With this Action, developers can seamlessly integrate their static content deployment into their GitHub workflows, saving time and effort while ensuring a smooth deployment experience to [LinkZip](https://linkzip.dev) service. ## Inputs diff --git a/action.yml b/action.yml index da02ca7..9b2875c 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,9 @@ +author: "LinkZip" name: "LinkZip action" description: "LinkZip CLI is a powerful tool designed to streamline the deployment process of static content." branding: - icon: 'box' - color: 'blue' + icon: "box" + color: "blue" inputs: api-token: description: "LinkZip api token"