https://github.com/endbug/ts-action-template
A template for TypeScript GitHub Actions
https://github.com/endbug/ts-action-template
Last synced: about 1 year ago
JSON representation
A template for TypeScript GitHub Actions
- Host: GitHub
- URL: https://github.com/endbug/ts-action-template
- Owner: EndBug
- License: mit
- Created: 2019-12-07T22:23:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T19:02:06.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T21:31:39.692Z (about 1 year ago)
- Language: TypeScript
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Action name
Action description
## Usage
How to use it in a workflow:
```yaml
# Workflow example
```
### Inputs:
- `placeholder` (optional) : description
### Outputs:
- `placeholder` : description
## License
This actions is distributed under the MIT license, check the [license file](LICENSE) for more info.