mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 05:30:56 -05:00
fix: adding branding to action.yml
This commit is contained in:
parent
7f45a74d27
commit
ea9a13c9a8
1 changed files with 3 additions and 0 deletions
|
@ -11,3 +11,6 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: "node12"
|
using: "node12"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
|
branding:
|
||||||
|
color: blue
|
||||||
|
icon: check-circle
|
||||||
|
|
Loading…
Reference in a new issue