Skip to content

Commit

Permalink
Edit name for unique constraint and add branding
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-kadam committed Dec 10, 2021
1 parent 4ecdaad commit 3a36396
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: 'Setup Flutter'
name: 'Setup and cache Flutter SDK'
description: 'Composite GitHub Action to setup Flutter with in-built tool caching'
inputs:
ref:
description: 'channel (stable, beta or master), version(2.8) or any git reference(2.8.0-3.3.pre)'
required: false
default: 'stable'
branding:
icon: 'heart'
color: 'purple'

runs:
using: "composite"
Expand Down

0 comments on commit 3a36396

Please sign in to comment.