Skip to content

Commit 2a29482

Browse files
committed
fix: add branding
1 parent e75298b commit 2a29482

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: "Setup flatc"
22
description: "Setup flatc for use in actions"
33
author: "Nugine"
4+
branding:
5+
icon: "arrow-down"
6+
color: "white"
7+
48
inputs:
59
version:
610
description: "The version of flatc to install"
711
required: true
12+
813
runs:
914
using: "node20"
1015
main: "dist/main.js"

0 commit comments

Comments
 (0)