Commit Graph

3 Commits

Author SHA1 Message Date
fb70bee551 refactor(scripts): remove redundant verbose flag handling
- Eliminate unused VERBOSE flag exports in action workflows
- Adjust curl commands to consistently output responses instead of suppressing
- Simplify script logic by removing unnecessary verbosity checks
2025-05-26 17:02:07 +02:00
b5a142b48b feat(script): add verbose mode for curl operations
- Introduces a `VERBOSE` flag to toggle detailed curl output
- Adds a helper function to conditionally execute verbose curl commands
- Improves debugging capabilities for fetching Gitea release data
2025-05-26 16:58:04 +02:00
672f737b5a feat(scripts): add script to fetch Gitea release assets
- Adds a Bash script to fetch Gitea release metadata and assets
- Supports configurable inputs for URL, token, owner, and repository
- Saves release data and assets to a temporary directory
2025-05-26 16:27:04 +02:00