Skip to content

Commit

Permalink
change icon and description
Browse files Browse the repository at this point in the history
  • Loading branch information
tayfun authored Jul 1, 2019
1 parent f7026ad commit 50a175c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.7-alpine

LABEL "com.github.actions.name"="Run flake8 on your PR"
LABEL "com.github.actions.description"="GitHub Action to run flake8 on your Pull Requests"
LABEL "com.github.actions.icon"="upload-cloud"
LABEL "com.github.actions.name"="Run flake8 on your PR - with annotations!"
LABEL "com.github.actions.description"="GitHub Action to run flake8 linter on your Pull Requests and add annotations on errors"
LABEL "com.github.actions.icon"="thumbs-up"
LABEL "com.github.actions.color"="green"
LABEL "com.github.actions.repository"="https://github.com/tayfun/flake8-your-pr"
LABEL "com.github.actions.homepage"="https://github.com/tayfun/flake8-your-pr"
Expand Down

0 comments on commit 50a175c

Please sign in to comment.