https://github.com/hexlet/hexlet-project-source-action
https://github.com/hexlet/hexlet-project-source-action
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexlet/hexlet-project-source-action
- Owner: Hexlet
- Created: 2020-08-08T15:28:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T19:52:32.000Z (almost 2 years ago)
- Last Synced: 2025-09-29T07:52:13.626Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexlet Project Source 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
```yml
uses: actions/hexlet-project-source-action@latest
with:
who-to-greet: 'Mona the Octocat'
```