joshjohanning/NodeJS Actions Starter Template
👋 A simple Hello World GitHub Action template with customizable greetings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| who-to-greet | Who to greet in the message | no | World |
| include-time | Whether to include current time in output | no | false |
| message-prefix | Prefix for the greeting message | no | Hello |
| github-token | GitHub token for API access (optional, for repo stats) | no | — |
Outputs
| name | description |
|---|---|
| message | The generated greeting message |
| time | Current timestamp (if requested) |
| repo-stats | Repository statistics (if token provided) |