Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π οΈ Refactor PR creation to use environment variables
This commit enhances the Pull Request creation process in our GitHub Action: - π¦ Introduces environment variables `PR_TITLE` and `PR_BODY` to store PR content - π Updates the action to use these environment variables instead of direct interpolation - π Fixes potential issues with escaping special characters in PR title and body - π Improves maintainability and reduces the risk of syntax errors These changes make our action more robust and easier to maintain. By using environment variables, we ensure that the PR title and body are properly handled, regardless of their content or length. This approach also simplifies debugging and allows for easier modifications in the future.
- Loading branch information