https://github.com/ftbteam/awaiting-reply-action
https://github.com/ftbteam/awaiting-reply-action
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ftbteam/awaiting-reply-action
- Owner: FTBTeam
- Created: 2024-06-17T07:36:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T11:28:57.000Z (5 months ago)
- Last Synced: 2025-01-21T23:25:03.634Z (5 months ago)
- Language: JavaScript
- Size: 280 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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
```yaml
uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b
with:
who-to-greet: 'Mona the Octocat'
```