Skip to content

Commit da58a22

Browse files
committed
Changed the homepage, so the marketplace
1 parent 9a68f32 commit da58a22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ LABEL "com.github.actions.description"="Check spelling of files in repository"
66
LABEL "com.github.actions.icon"="clipboard"
77
LABEL "com.github.actions.color"="green"
88
LABEL "repository"="http://github.com/rojopolis/spellcheck-github-actions"
9-
LABEL "homepage"="http://github.com/actions"
9+
LABEL "homepage"="https://github.com/marketplace/actions/github-spellcheck-action"
1010
LABEL "maintainer"="rojopolis <[email protected]>"
1111

1212
COPY entrypoint.sh /entrypoint.sh
1313
COPY requirements.txt /requirements.txt
1414
COPY constraint.txt /constraint.txt
1515
COPY spellcheck.yaml /spellcheck.yaml
16+
COPY pwc.py /pwc.py
1617

1718
ENV PIP_CONSTRAINT=/constraint.txt
1819
RUN pip3 install -r /requirements.txt

0 commit comments

Comments
 (0)