https://github.com/elliotxx/go-cli-action-prototype
A github action prototype based on docker and https://github.com/elliotxx/go-cli-prototype
https://github.com/elliotxx/go-cli-action-prototype
Last synced: 6 months ago
JSON representation
A github action prototype based on docker and https://github.com/elliotxx/go-cli-prototype
- Host: GitHub
- URL: https://github.com/elliotxx/go-cli-action-prototype
- Owner: elliotxx
- License: mit
- Created: 2021-12-04T08:32:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T09:04:00.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T23:44:47.426Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
# go cli action prototype
[](https://github.com/elliotxx/go-cli-action-prototype/actions/workflows/main.yml)
[](https://github.com/elliotxx/go-cli-action-prototype/releases)
[](https://github.com/elliotxx/go-cli-action-prototype/releases)
[](https://github.com/elliotxx/go-cli-action-prototype/blob/master/LICENSE)To learn how this action was built, see "[Creating a Docker container action](https://help.github.com/en/articles/creating-a-docker-container-action)" in the GitHub Help documentation.
## Inputs
### `version`
**Optional** Show version info. Default `"false"`.
### `echo`**Optional** Show echo info. Default `""`.
## Example usage
```yaml
uses: elliotxx/go-cli-action-prototype@main
with:
version: 'true'
```