rajgouravjain/Hello World Python Action (Docker)
Greets a person using a custom Python script packaged as a Docker container.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 28, 2025
- License
- None
Pinned Snippet
uses: rajgouravjain/custom-python-action@8bbb10ede167244d7e32096bbd71620934115b1a # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the person to greet. | yes | GitHub User |
Outputs
| name | description |
|---|---|
| greeting-message | The full greeting message generated by the action. |