You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/02/23 15:14:17 UTC

[GitHub] [lucene] mocobeta commented on pull request #696: Custom GitHub action to generate build matrix

mocobeta commented on pull request #696:
URL: https://github.com/apache/lucene/pull/696#issuecomment-1048888455


   I didn't explain the implementation so it might be hard to figure out what's happening here at the first glance; the matrix value is propagated from the custom action to each job (somewhat like Unix pipe) by the combination of several built-in functions. I'd just like to leave the references to them.
   - [set-output shell command](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter)
   - [composite action outputs](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-composite-actions)
   - [job outputs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idoutputs)
   - [needs context](https://docs.github.com/en/actions/learn-github-actions/contexts#needs-context)
   - [fromJson expression](https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson)


-- 
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: issues-unsubscribe@lucene.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org