Update action name

This commit is contained in:
Monte Hellawell 2019-07-18 12:09:25 +01:00 committed by GitHub
parent 7633c69dc1
commit 4f9e7e3758
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"