Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borkdude/babashka-docker-action-example
https://github.com/borkdude/babashka-docker-action-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/borkdude/babashka-docker-action-example
- Owner: borkdude
- Created: 2021-09-12T21:14:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T21:34:15.000Z (over 3 years ago)
- Last Synced: 2024-10-30T10:42:51.572Z (about 1 month ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - borkdude/babashka-docker-action-example - (⭐️14) (Dockerfile)
- stars - borkdude/babashka-docker-action-example - (⭐️14) (Dockerfile)
README
# Hello world docker action using babashka
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
It was created using [this](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action) tutorial but instead of bash it uses [babashka](https://babashka.org/).
## Inputs
## `who-to-greet`
**Required** The name of the person to greet. Default `"World"`.
## Outputs
## `time`
The time we greeted you.
## Example usage
```
uses: borkdude/babashka-docker-action-example@main
with:
who-to-greet: 'Mona the Octocat'
```