mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Add branding to action.yml
This commit is contained in:
parent
4750f56931
commit
d6f96b0015
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
name: Script
|
name: Script
|
||||||
description: An action for running simple scripts with a GitHub client
|
description: An action for running simple scripts with a GitHub client
|
||||||
|
branding:
|
||||||
|
color: blue
|
||||||
|
icon: pen-tool
|
||||||
inputs:
|
inputs:
|
||||||
script:
|
script:
|
||||||
description: The script to run
|
description: The script to run
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue