maowohl/Gitea Release Downloader
Download a release from a Gitea repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 25, 2024
- License
- MIT
Pinned Snippet
uses: maowohl/gitea-release-download-action@992104756d38e2d4efc4aaa632173a0883a0b03e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The Gitea repository formatted as 'owner/repo' | yes | — |
| api_url | The Gitea API URL (e.g. https://gitea.com/api/v1) | yes | — |
| token | The Gitea API token | yes | — |
| filename | The file to download | yes | — |
| release | The release tag to download | no | "" |
| latest | Download the latest release | no | true |
| debug | Enable debug output | no | false |
Outputs
| name | description |
|---|---|
| file | The downloaded file |
| version | The version of the downloaded release |