Skip to content
align-justify

GitHub Action

Job summary

v1.0.0 Latest version

Job summary

align-justify

Job summary

Easily add a summary to your job

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Job summary

uses: jazanne/[email protected]

Learn more about this action in jazanne/job-summary-action

Choose a version

Job summary action

Use this action to add a markdown summary to your job

Example output

Example usage

steps:
  name: Add job summary
  uses: jazanne/job-summary-action@v1
  with:
    # Use valid multiline markdown with expressions
    summary: |
      # Job summary

      Hi this is my summary with a list:
        - item 1
        - item 2

      Here is a link to my run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}