Commit Graph

6 Commits

Author SHA1 Message Date
7892a1fa7c feat(exec): add support for custom working directories
- Updates script execution to use `cwd` based on environment variables
- Enables better compatibility with GitHub Actions workflows
2025-07-04 11:59:47 +02:00
0a562d4e02 fix(path): correct script directory resolution
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Adjusts path resolution logic to correctly reference parent directory
- Ensures accurate script execution paths across modules
2025-07-04 11:51:39 +02:00
18b493d524 refactor(scripts): simplify path management and command execution
- Replaces hardcoded script paths with a reusable helper function
- Enhances command execution logic for flexibility and readability
- Improves maintainability by consolidating path construction logic
2025-07-04 11:50:38 +02:00
a753d6aa3b fix(script): correct path formatting in version detection script
- Updates script path to use consistent directory structure
- Resolves potential issues with path interpretation across environments
2025-07-04 11:47:38 +02:00
df27af76ad fix(main): update script path to ensure correct resolution
- Adjusts the script path to use a relative path for `.scripts` directory
- Prevents potential issues with incorrect path resolution
2025-07-04 11:45:14 +02:00
8df31fb97e refactor(action): simplify composite action structure
- Replaces custom with-post-step logic with Node.js-based implementation
- Consolidates main and post scripts for clarity and maintainability
- Updates descriptions and input definitions for improved readability
2025-07-04 11:43:25 +02:00