File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL repository="https://github.com/groupninemedia/filter-git-diff"
44LABEL homepage="https://github.com/groupninemedia/filter-git-diff"
55LABEL maintainer="GroupNineMedia <devops@groupninemedia.com>"
66LABEL "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. "
88LABEL "com.github.actions.icon" ="filter"
99LABEL "com.github.actions.color" ="black"
1010
@@ -17,4 +17,4 @@ ENV PATH="/usr/local/bin:${PATH}"
1717COPY bin /usr/local/bin/
1818COPY entrypoint.sh /entrypoint.sh
1919
20- ENTRYPOINT ["/entrypoint.sh" ]
20+ ENTRYPOINT ["/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments