martiera/Action JS Template
A javascript Action template with environment variable support and configurable greetings.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user-name | Name to greet (used when use-env-vars is false) | no | Renan |
| use-env-vars | Whether to use environment variables instead of inputs | no | false |
Outputs
| name | description |
|---|---|
| greeting | The greeting message |
| time | The time the action ran |