Skip to content

jazanne/job-summary-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }}

About

An action for creating job summaries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages