Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hprobotic/notion-actions
https://github.com/hprobotic/notion-actions
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hprobotic/notion-actions
- Owner: hprobotic
- Created: 2020-03-20T09:27:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:24:03.000Z (over 2 years ago)
- Last Synced: 2023-08-10T19:39:08.677Z (over 1 year ago)
- Language: JavaScript
- Size: 898 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello world javascript 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/hello-world-javascript-action@v1
with:
who-to-greet: 'Mona the Octocat'