Skip to content

Commit

Permalink
fix: replace actions.icon=twitter with cast (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Feb 25, 2019
1 parent c359143 commit b606169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:alpine
# A bunch of `LABEL` fields for GitHub to index
LABEL "com.github.actions.name"="Tweet together"
LABEL "com.github.actions.description"="Tweet together using repository files"
LABEL "com.github.actions.icon"="twitter"
LABEL "com.github.actions.icon"="cast"
LABEL "com.github.actions.color"="blue"
LABEL "repository"="http://github.com/gr2m/twitter-together-action"
LABEL "homepage"="http://github.com/gr2m/twitter-together-action"
Expand Down

0 comments on commit b606169

Please sign in to comment.