Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update method for storing commit messages in GitHub Actions
We simplified the way commit messages are stored in the GitHub Action for the PHP workflow. Now, instead of echoing the messages to the environment file line by line, we assign them directly to the "COMMIT_MESSAGES" variable in a single line.
- Loading branch information