Initial commit

This commit is contained in:
2025-07-30 19:12:53 +03:00
commit 74cbe1e469
83 changed files with 12567 additions and 0 deletions

20
testdata/example-action/action.yml vendored Normal file
View 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