If you have anything other than a matrix which has one value for each variable, then this action will cause significant issues as it will try to push onto a stale repo.
E.g. try running it with the following, and watch the push_badge fail miserably.
To fix the issues, you can either utterly cripple the actions by setting parallel processing to 1 (thus defeating the purpose of a matrix in the first place, and causing you to wait an hour or two each time you run a significant test suite), or of course you can use an industry standard approach that doesn't involve this kind of 1st grade approach to github actions.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Significant problems with this approach!
If you have anything other than a matrix which has one value for each variable, then this action will cause significant issues as it will try to push onto a stale repo.
E.g. try running it with the following, and watch the push_badge fail miserably.
To fix the issues, you can either utterly cripple the actions by setting parallel processing to 1 (thus defeating the purpose of a matrix in the first place, and causing you to wait an hour or two each time you run a significant test suite), or of course you can use an industry standard approach that doesn't involve this kind of 1st grade approach to github actions.