Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidepastore/lecceprima-action
LeccePrima action
https://github.com/davidepastore/lecceprima-action
Last synced: about 1 month ago
JSON representation
LeccePrima action
- Host: GitHub
- URL: https://github.com/davidepastore/lecceprima-action
- Owner: DavidePastore
- Created: 2020-01-04T15:31:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T10:51:11.000Z (11 months ago)
- Last Synced: 2024-09-13T00:11:23.558Z (2 months ago)
- Language: JavaScript
- Size: 939 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lecceprima-action
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
## Inputs
### `who-to-greet`
**Required** The name of the person to greet. Default `"World"`.
## Outputs
### `time`
The time we greeted you.
## Example usage
uses: actions/[email protected]
with:
who-to-greet: 'Mona the Octocat'