gwthompson/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 Sep 4, 2024
- License
- MIT
Pinned Snippet
uses: gwthompson/hello-world@1d0b94c36e5d506c7eb76035ee77f03fac127ff5 # no releases — HEAD as of 2026-07-11tags 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 |