mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-06 00:45:52 -05:00
Update action name
This commit is contained in:
parent
7633c69dc1
commit
4f9e7e3758
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:3.10.1
|
||||
|
||||
LABEL "com.github.actions.name"="ZIP"
|
||||
LABEL "com.github.actions.name"="Create Zip File"
|
||||
LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository"
|
||||
LABEL "com.github.actions.icon"="folder-plus"
|
||||
LABEL "com.github.actions.color"="gray-dark"
|
||||
|
|
Loading…
Reference in a new issue