nadeeshamedagama/FindRepo — GitHub Repository Explorer
Deploy and serve FindRepo, a web-based GitHub organization repository explorer, as a Docker container in your workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| port | Host port to expose the application on | no | 8080 |
| image-tag | Docker image tag to use (e.g., latest, v1.0.0, sha-abc1234) | no | latest |
| container-name | Name for the Docker container | no | findrepo |
| registry | Container registry to pull from (dockerhub or ghcr) | no | ghcr |
| github-token | GitHub token for pulling from GHCR (defaults to github.token) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| url | URL where FindRepo is accessible |
| container-id | Docker container ID |