Skip to content

Commit

Permalink
feat(action): add branding icon and color
Browse files Browse the repository at this point in the history
svierk committed Feb 27, 2024
1 parent 9c5b656 commit 216cd0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: 'Get Node Version'
description: 'Pulls the Node.js version to be used from the package.json file of the project.'

branding:
icon: 'search'
color: 'green'

runs:
using: composite
steps:

0 comments on commit 216cd0a

Please sign in to comment.