Skip to content

Commit

Permalink
Add author and edit description
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-kadam committed Dec 10, 2021
1 parent 3a36396 commit e623f6e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: 'Setup and cache Flutter SDK'
description: 'Composite GitHub Action to setup Flutter with in-built tool caching'
author: 'Hrishikesh Kadam <[email protected]>'
description: 'Composite GitHub Actions to setup and cache the Flutter SDK.'
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"
using: 'composite'
steps:
- name: Check Flutter ${{ inputs.ref }} HEAD
run: |
Expand All @@ -33,3 +31,7 @@ runs:
shell: bash
- run: flutter --version
shell: bash

branding:
icon: 'heart'
color: 'purple'

0 comments on commit e623f6e

Please sign in to comment.