We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503bef6 commit a91307aCopy full SHA for a91307a
Dockerfile
@@ -5,9 +5,9 @@ COPY ./notify /notify
5
ENTRYPOINT ["/notify/entrypoint.sh"]
6
7
LABEL "com.github.actions.name"="Send Push Notification"
8
-LABEL "com.github.actions.description"="Notifies developers via Push Notification"
+LABEL "com.github.actions.description"="Receive push notification to your devices using Github Actions"
9
LABEL "com.github.actions.icon"="send"
10
LABEL "com.github.actions.color"="red"
11
LABEL "repository"="http://github.com/techulus/push-github-action"
12
LABEL "homepage"="https://push.techulus.com/"
13
-LABEL "maintainer"="[email protected]"
+LABEL "maintainer"="[email protected]"
0 commit comments