Skip to content

Commit

Permalink
add branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 committed Dec 16, 2020
1 parent 0f7d061 commit f2a016b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 'Install Theos'
description: 'Install Theos and prepare it for building projects'
icon: download-cloud
color: purple
author: 'Randomblock1'
inputs:
theos-dir:
description: 'Where to install Theos (relative to the repo workspace itself)'
Expand Down Expand Up @@ -47,3 +46,7 @@ runs:
rm -r master.zip $TMP
else echo "Theos SDKs already cached, skipping..."
fi
branding:
icon: download-cloud
color: purple

0 comments on commit f2a016b

Please sign in to comment.