eigenbot-app/lookup-package-url
Provides a container package's web page URL as an output to other actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 10, 2025
- License
- Apache 2.0
Pinned Snippet
uses: eigenbot-app/lookup-package-url@fb7499532beade901cae9a10d09dc360a960d3bb # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to access the GitHub API with. | — | — |
| owner | GitHub organization or user that owns the repository. | — | — |
| repo | GitHub repository name. | — | — |
| tag | The container package's tag from your Docker build step. | — | — |
Outputs
| name | description |
|---|---|
| url | URL to the container package's web page on GitHub. |