Commit Graph

7 Commits

Author SHA1 Message Date
b7e96885de feat(action): enable verbose mode for release fetch script
- Adds an environment variable to enable verbose logging
  during the Gitea release fetch script execution.
- Improves debugging and traceability of script actions.
2025-05-26 16:57:53 +02:00
1d22274963 feat(action): enable verbose mode for script execution
- Adds an environment variable to enable verbose output
- Aims to improve debugging and visibility during script runs
2025-05-26 16:51:27 +02:00
de4fc6d672 Revert "feat(action): enable verbose mode for debugging"
This reverts commit 15928d0cc4.
2025-05-26 16:44:07 +02:00
15928d0cc4 feat(action): enable verbose mode for debugging
- Adds an environment variable to enable verbose logging
- Facilitates easier debugging during action execution
2025-05-26 16:42:56 +02:00
c76a1d2eaa feat(action): add step to print action path
- Adds a step to output the GitHub action path for debugging
- Improves visibility into the action's runtime environment
2025-05-26 16:40:41 +02:00
1a65639e71 fix(action): use action path for script execution
- Ensures scripts are executed using the GitHub action path
- Improves reliability in locating script files
2025-05-26 16:37:28 +02:00
a0e425cc35 feat(action): add GitHub-Gitea release sync workflow
- 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
2025-05-26 16:27:17 +02:00