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
- Host: GitHub
- URL: https://github.com/tmknom/template-composite-actions
- Owner: tmknom
- License: apache-2.0
- Created: 2022-03-14T21:32:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T04:52:50.000Z (almost 3 years ago)
- Last Synced: 2023-09-06T05:42:36.991Z (almost 3 years ago)
- Topics: actions, github, github-actions
- Language: Makefile
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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.