ariadnarouco/Custom GitHub Action
A GitHub Action that takes an input and returns the square of the number
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 31, 2023
- License
- None
Pinned Snippet
uses: ariadnarouco/test-action@d6a7dac559db429b45dc606ecdebd2cb6411ee1b # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| num | Enter a number | yes | 1 |
Outputs
| name | description |
|---|---|
| num_squared | Square of the input |