Skip to content

Commit 0e01051

Browse files
authored
Update Dockerfile
1 parent 093e7ab commit 0e01051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL repository="https://github.com/groupninemedia/filter-git-diff"
44
LABEL homepage="https://github.com/groupninemedia/filter-git-diff"
55
LABEL maintainer="GroupNineMedia <devops@groupninemedia.com>"
66
LABEL "com.github.actions.name"="Filter Git Diff"
7-
LABEL "com.github.actions.description"="A Github Action that will filter a git diff for the specified file/dir using regex"
7+
LABEL "com.github.actions.description"="Action that allows filtering of modified files using RegEx."
88
LABEL "com.github.actions.icon"="filter"
99
LABEL "com.github.actions.color"="black"
1010

@@ -17,4 +17,4 @@ ENV PATH="/usr/local/bin:${PATH}"
1717
COPY bin /usr/local/bin/
1818
COPY entrypoint.sh /entrypoint.sh
1919

20-
ENTRYPOINT ["/entrypoint.sh"]
20+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)