mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-04 22:39:49 +00:00
add branding section
This commit is contained in:
@ -2,6 +2,11 @@ name: 'The name of your action here'
|
||||
description: 'Provide a description here'
|
||||
author: 'Your name or organization here'
|
||||
|
||||
# Add your action's branding here. This will appear on the GitHub Marketplace.
|
||||
branding:
|
||||
icon: 'heart'
|
||||
color: 'red'
|
||||
|
||||
# Define your inputs here.
|
||||
inputs:
|
||||
milliseconds:
|
||||
|
Reference in New Issue
Block a user