https://github.com/mehtachandrashekhar/github-action-v1
create a custom github-action runs on ubuntu-latest
https://github.com/mehtachandrashekhar/github-action-v1
github-action-javascript github-actions javascript
Last synced: 9 months ago
JSON representation
create a custom github-action runs on ubuntu-latest
- Host: GitHub
- URL: https://github.com/mehtachandrashekhar/github-action-v1
- Owner: mehtachandrashekhar
- License: mit
- Created: 2024-06-11T06:11:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T13:52:01.000Z (over 1 year ago)
- Last Synced: 2025-02-03T22:47:20.370Z (11 months ago)
- Topics: github-action-javascript, github-actions, javascript
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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'
```