Commit Graph

11 Commits

Author SHA1 Message Date
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
8f63244fb0 docs: add README with release synchronization example
- 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.
2025-05-26 16:46:25 +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
ef7456160a feat(scripts): add script to manage GitHub releases
- Introduces a Bash script to create or update GitHub releases
- Supports uploading release assets and modifying metadata
- Handles token-based authentication and error conditions
- Improves release management with automated workflows
2025-05-26 16:27:09 +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
f5187b7a0c chore(vscode): customize activity bar and color theme 2025-05-26 16:26:52 +02:00
37599195bb chore(gitignore): add rule to ignore environment files
- Adds a rule to ignore all `.env` files across the project.
- Prevents sensitive environment variables from being tracked.
2025-05-26 16:26:43 +02:00