You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/14 18:45:16 UTC

[GitHub] [accumulo] ctubbsii commented on pull request #3024: Make use of GitHub Actions environment files

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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org