Skip to content

Commit

Permalink
🔤 Update marketplace info
Browse files Browse the repository at this point in the history
- Reset icon to previous icon.
- Update description.
  • Loading branch information
n-vr committed Feb 18, 2022
1 parent 520e034 commit 622e8ed
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 622e8ed

Please sign in to comment.