alphasteam/GHuPrintGen

Creates a microprint of the logs of a job inside a GitHub workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner. For example, actions/checkoutno${{ github.repository }}
github_tokenA GitHub personal access token with repo scope to the projectno${{ github.token }}
job_namename of the job whose logs will be transformed to microprintno${{ github.job }}
refReference to target branch.no${{ github.ref }}
log_filenameLog filename (without extension)nologs
log_pathPath where the log will be savedno./
save_logWhether or not to save the log filenotrue
microprint_filenameMicroprint filename (without extension)nomicroprint
microprint_pathPath where the microprint will be savedno./
microprint_config_filenameMicroprint config file name (without extension, has to be .json)noconfig
microprint_config_pathMicroprint config pathno./
generate_microprint_visualizer_linkWhether or not to generate a link to a microprint visualizernotrue
microprint_visualizer_link_filenameMicroprint visualizer link filename (without extension)nomicroprint_visualizer
microprint_visualizer_link_pathPath where the microprint visualizer link will be savedno./
matrixGets the matrix values. Only change if you want to hardcode the matrix values. NOT RECOMMENDED.no${{matrix && toJSON(matrix)}}

no outputs