An open API service indexing awesome lists of open source software.

https://github.com/tmknom/template-composite-actions

A template of the Composite Actions https://github.com/tmknom/template-composite-actions/wiki/Usage
https://github.com/tmknom/template-composite-actions

actions github github-actions

Last synced: about 1 year ago
JSON representation

A template of the Composite Actions https://github.com/tmknom/template-composite-actions/wiki/Usage

Awesome Lists containing this project

README

          

# template-composite-actions

A template of the Composite Actions, see [Usage at Wiki](https://github.com/tmknom/template-composite-actions/wiki/Usage).

## Description

Update description for your Composite Actions.
Adding "Usage" is also recommended.

## Usage

```yaml
- uses: tmknom/template-composite-actions@v1
with:
update-me: "Hello, usage."
```

## Inputs

| Name | Description | Default | Required |
| :--- | :---------- | :------ | :------: |
| update-me | Update inputs for your Composite Actions. | `Hello, world.` | no |

## Outputs

| Name | Description |
| :--- | :---------- |
| update-me | Update outputs for your Composite Actions. |

## Permissions

N/A

## Environment variables

N/A

## FAQ

N/A

## Changelog

- [CHANGELOG.md](/CHANGELOG.md)

## License

Apache 2 Licensed. See LICENSE for full details.