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

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

Awesome Lists containing this project

README

          



# go cli action prototype

[![.github/workflows/main.yml](https://github.com/elliotxx/go-cli-action-prototype/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/elliotxx/go-cli-action-prototype/actions/workflows/main.yml)
[![GitHub release](https://img.shields.io/github/release/elliotxx/go-cli-action-prototype.svg)](https://github.com/elliotxx/go-cli-action-prototype/releases)
[![Github All Releases](https://img.shields.io/github/downloads/elliotxx/go-cli-action-prototype/total.svg)](https://github.com/elliotxx/go-cli-action-prototype/releases)
[![license](https://img.shields.io/github/license/elliotxx/go-cli-action-prototype.svg)](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'
```