mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +00:00
21 lines
350 B
YAML
21 lines
350 B
YAML
name: Example Action
|
|
description: 'Test Action for gh-action-readme'
|
|
inputs:
|
|
input1:
|
|
description: First input
|
|
required: true
|
|
default: foo
|
|
input2:
|
|
description: Second input
|
|
required: false
|
|
outputs:
|
|
result:
|
|
description: Result output
|
|
runs:
|
|
using: "node20"
|
|
main: "dist/index.js"
|
|
branding:
|
|
icon: check
|
|
color: green
|
|
|