nehanthg/jsActions
A GitHub Action to run JavaScript code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| number1 | The first number to add. | yes | 0 |
| number2 | The second number to add. | yes | 0 |
Outputs
| name | description |
|---|---|
| result | The result of adding the two numbers. |