kwin opened a new issue, #284: URL: https://github.com/apache/maven-gh-actions-shared/issues/284
### Bug description The following error is emitted when using `apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5` ``` Error when evaluating 'strategy' for job 'verify'. apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 (Line: 367, Col: 16): Error from function 'fromJSON': empty input, apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 (Line: 367, Col: 16): Unexpected value '', apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 (Line: 369, Col: 18): Error from function 'fromJSON': empty input, apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 (Line: 369, Col: 18): Unexpected value '' ``` (for example in https://github.com/apache/maven-resolver/actions/runs/29639675830). The job is called with these parameters: https://github.com/apache/maven-resolver/blob/dbaf30986168a4c66700193fba7b80b651a84445/.github/workflows/maven-verify.yml#L25-L33 -- 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]
