- 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
- Adds an environment variable to enable verbose logging
during the Gitea release fetch script execution.
- Improves debugging and traceability of script actions.
- Introduces a README file with an example for syncing releases
between Gitea and GitHub using a GitHub Actions workflow.
- Highlights configuration details and inputs for the action.
- Introduces a composite action to synchronize releases from Gitea to GitHub
- Adds support for configurable inputs like repository details and tokens
- Implements steps for fetching and pushing releases via scripts
- 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