ctubbsii commented on PR #3024: URL: https://github.com/apache/accumulo/pull/3024#issuecomment-1279344848
I'm troubleshooting an error that seems to be a data type issue: ``` Error when evaluating 'strategy' for job 'mvn'. .github/workflows/maven-full-its.yaml (Line: 88, Col: 15): Error parsing fromJson,.github/workflows/maven-full-its.yaml (Line: 88, Col: 15): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/maven-full-its.yaml (Line: 88, Col: 15): Unexpected type of value '', expected type: Mapping. ``` It looks like GitHub is parsing environment variables as String types, and I can't seem to convert it to a "Mapping" type. -- 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]
