lnxpy/PyAction Hello World
This actions says Hello to you!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 12, 2026
- License
- None
Pinned Snippet
uses: lnxpy/pyaction-hello-world@103fc4eb241024d3f4aaa3f2099a33b770aa1427 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub auth token | yes | ${{ github.token }} |
| repository | The repository name in the form of "<owner>/<repo>" | yes | ${{ github.repository }} |
| name | the person/thing you want to greet | no | World |
Outputs
| name | description |
|---|---|
| phrase | output message |