Skip to content

Commit

Permalink
Update readme and action
Browse files Browse the repository at this point in the history
  • Loading branch information
zombocoder committed Feb 17, 2024
1 parent e674d3b commit 650a814
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 650a814

Please sign in to comment.