Skip to content

Commit

Permalink
Merge pull request #12 from n-vr/update-marketplace-info
Browse files Browse the repository at this point in the history
🔤 Update marketplace info
  • Loading branch information
n-vr authored Feb 18, 2022
2 parents 520e034 + 622e8ed commit ef5952e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Setup PlatformIO"
description: "Set up platformIO Core and add pio to PATH"
description: "Set up platformIO in your GitHub Actions workflow"
inputs:
platformio-version:
description: "PlatformIO version to use. (e.g. 5.2.5, 5.2 or 5"
Expand All @@ -17,5 +17,5 @@ runs:
if: ${{ inputs.platformio-version != 'newest' }}

branding:
icon: "terminal"
icon: "play"
color: "orange"

0 comments on commit ef5952e

Please sign in to comment.