Skip to content

Commit 716924e

Browse files
author
Mickaël Andrieu
authored
updated name of the github action
1 parent 9074b80 commit 716924e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:7.3-alpine
22

3-
LABEL "com.github.actions.name"="phpqa"
4-
LABEL "com.github.actions.description"="phpqa"
3+
LABEL "com.github.actions.name"="EdgedesignCZ PHPQA tool suite"
4+
LABEL "com.github.actions.description"="Analyze PHP code with one command"
55
LABEL "com.github.actions.icon"="check"
66
LABEL "com.github.actions.color"="blue"
77

@@ -30,4 +30,4 @@ COPY ./entrypoint.sh /entrypoint.sh
3030
RUN chmod +x /entrypoint.sh
3131

3232
ENTRYPOINT ["/entrypoint.sh"]
33-
CMD ["--help"]
33+
CMD ["--help"]

0 commit comments

Comments
 (0)