Update action name
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
FROM alpine
|
||||
|
||||
LABEL "name"="git-push"
|
||||
LABEL "name"="github-push"
|
||||
LABEL "maintainer"="Adam Dobrawy <git+push@jawnosc.tk>"
|
||||
LABEL "version"="0.0.1"
|
||||
|
||||
LABEL "com.github.actions.name"="cURL for GitHub Actions"
|
||||
LABEL "com.github.actions.description"="Runs cURL in an Action"
|
||||
LABEL "com.github.actions.name"="Git push for GitHub Actions"
|
||||
LABEL "com.github.actions.description"="Runs 'git push' to GitHub in an Action"
|
||||
LABEL "com.github.actions.icon"="upload-cloud"
|
||||
LABEL "com.github.actions.color"="green"
|
||||
|
||||
|
Reference in New Issue
Block a user