ompragash/Multi-output Example Action
Maths Action - An example GitHub Action that exports more than one output variable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 18, 2025
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: ompragash/maths-action@ce21f97ec3f77908d100f117062df204d5cd2555 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| input1 | First input value | yes | 10 |
| input2 | Second input value | yes | 20 |
Outputs
| name | description |
|---|---|
| sum | The sum of the input values |
| product | The product of the input values |
| message | A custom message |