actions-marketplace-validations/mypythonaction
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 7, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/swamirara_github-action-python-template@ef2c44107597900f04dfb5519d0ed021821b68e3 # no releases — HEAD as of 2026-07-12tags 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 |