bito-code-review[bot] commented on PR #16116:
URL: https://github.com/apache/grails-core/pull/16116#issuecomment-5232021328
<!-- Bito Reply -->
The suggestion to explicitly default `matrix.shard_arguments` to an empty
string is appropriate to ensure consistent behavior across all matrix entries
in the GitHub Actions workflow. In GitHub Actions, referencing an undefined
matrix variable can lead to evaluation issues depending on the environment. You
can implement this by adding a default value to the expression in the
`gradle.yml` file.
**.github/workflows/gradle.yml**
```
-PskipCodeStyle
${{ matrix.shard_arguments || '' }}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]