alphasteam/GHuPrintGen
Creates a microprint of the logs of a job inside a GitHub workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, actions/checkout | no | ${{ github.repository }} |
| github_token | A GitHub personal access token with repo scope to the project | no | ${{ github.token }} |
| job_name | name of the job whose logs will be transformed to microprint | no | ${{ github.job }} |
| ref | Reference to target branch. | no | ${{ github.ref }} |
| log_filename | Log filename (without extension) | no | logs |
| log_path | Path where the log will be saved | no | ./ |
| save_log | Whether or not to save the log file | no | true |
| microprint_filename | Microprint filename (without extension) | no | microprint |
| microprint_path | Path where the microprint will be saved | no | ./ |
| microprint_config_filename | Microprint config file name (without extension, has to be .json) | no | config |
| microprint_config_path | Microprint config path | no | ./ |
| generate_microprint_visualizer_link | Whether or not to generate a link to a microprint visualizer | no | true |
| microprint_visualizer_link_filename | Microprint visualizer link filename (without extension) | no | microprint_visualizer |
| microprint_visualizer_link_path | Path where the microprint visualizer link will be saved | no | ./ |
| matrix | Gets the matrix values. Only change if you want to hardcode the matrix values. NOT RECOMMENDED. | no | ${{matrix && toJSON(matrix)}} |
Outputs
no outputs