mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-10 07:47:55 +00:00
Initial commit
This commit is contained in:
37
testdata/example-action/README.md
vendored
Normal file
37
testdata/example-action/README.md
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Example Action
|
||||
|
||||
|
||||
> Test Action for gh-action-readme
|
||||
|
||||
## Usage
|
||||
|
||||
```yaml
|
||||
- uses: ivuorinen/gh-action-readme/example-action@v1
|
||||
with:
|
||||
input1: # First input (default: foo)
|
||||
input2: # Second input
|
||||
```
|
||||
|
||||
## Inputs
|
||||
|
||||
|
||||
- **input1**: First input (**required**) (default: foo)
|
||||
|
||||
- **input2**: Second input
|
||||
|
||||
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
- **result**: Result output
|
||||
|
||||
|
||||
|
||||
## Example
|
||||
|
||||
See the [action.yml](./action.yml) for a full reference.
|
||||
|
||||
---
|
||||
|
||||
*Auto-generated by [gh-action-readme](https://github.com/ivuorinen/gh-action-readme)*
|
||||
Reference in New Issue
Block a user