- 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