mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-13 06:49:18 +00:00
Initial commit
This commit is contained in:
20
testdata/example-action/action.yml
vendored
Normal file
20
testdata/example-action/action.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user