PHP Code Beautifier and Fixer
Version updated for https://github.com/WorkOfStan/phpcs-fix to version v1.0.4.
- This action is used across all versions by 10 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Changed
- bump GitHub Action’s versions
- make the commit message compliant with Conventional Commits
Fixed
- Trigger changed to ignore tags. I.e. change of the original trigger
on: [pull_request, push]which caught also tags. (When running on a tag, actions/checkout runs on refs/tags/vX.Y.Z, so you end up with a detached HEAD, and github.head_ref is empty (it only exists on pull_request).)