https://github.com/remarkablemark/hello-world-composite-action
Custom GitHub Actions (Composite)
https://github.com/remarkablemark/hello-world-composite-action
composite github-actions
Last synced: 2 months ago
JSON representation
Custom GitHub Actions (Composite)
- Host: GitHub
- URL: https://github.com/remarkablemark/hello-world-composite-action
- Owner: remarkablemark
- License: mit
- Created: 2022-04-26T02:53:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T17:23:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T08:45:56.689Z (over 1 year ago)
- Topics: composite, github-actions
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-world-composite-action
Custom GitHub Actions (Composite). Inspired by the [tutorial](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action).
## Inputs
## `who-to-greet`
**Required** The name of the person to greet. Default `"World"`.
## Outputs
## `random-number`
A random number.
## Example usage
```yml
uses: remarkablemark/hello-world-composite-action@v1
with:
who-to-greet: 'Mona the Octocat'
```
## License
[MIT](LICENSE)