Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed workflows failing when too many files are changed #64

Merged
merged 6 commits into from
Dec 6, 2024

Conversation

justinbeaty
Copy link
Contributor

@justinbeaty justinbeaty commented Dec 6, 2024

Just realized the PHP syntax workflow fails because of too many files.

I didn't realize you could just output ${{ steps.changed-files.outputs.all_changed_files }} directly into the shell script instead of an ENV var, but noticed that's how you did it in the copyright check.

Also added the ability to exclude certain files in the copyright check.

Pretty sure this should fix both.

@justinbeaty justinbeaty changed the title Fix workflows Fixed workflows Dec 6, 2024
@fballiano fballiano changed the title Fixed workflows Fixed workflows failing when too many files are changed Dec 6, 2024
@fballiano fballiano merged commit ff576c2 into MahoCommerce:main Dec 6, 2024
18 checks passed
@fballiano
Copy link
Contributor

super :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants