{"id":16123600,"url":"https://github.com/austenstone/job-summary","last_synced_at":"2025-03-18T12:31:25.527Z","repository":{"id":235955893,"uuid":"791612051","full_name":"austenstone/job-summary","owner":"austenstone","description":"Get and convert job summaries to Md, PDF, and HTML","archived":false,"fork":false,"pushed_at":"2024-08-12T14:04:57.000Z","size":16019,"stargazers_count":5,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-10T21:17:20.659Z","etag":null,"topics":["actions","github-actions","job-summaries","pdf","pdf-converter"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/austenstone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["austenstone"]}},"created_at":"2024-04-25T03:17:28.000Z","updated_at":"2024-08-12T14:05:00.000Z","dependencies_parsed_at":"2024-08-12T16:02:36.200Z","dependency_job_id":null,"html_url":"https://github.com/austenstone/job-summary","commit_stats":null,"previous_names":["austenstone/job-summary-to-pdf","austenstone/job-summary"],"tags_count":2,"template":false,"template_full_name":"austenstone/action-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Fjob-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austenstone","download_url":"https://codeload.github.com/austenstone/job-summary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244222392,"owners_count":20418505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions","job-summaries","pdf","pdf-converter"],"created_at":"2024-10-09T21:17:37.039Z","updated_at":"2025-03-18T12:31:24.648Z","avatar_url":"https://github.com/austenstone.png","language":"TypeScript","funding_links":["https://github.com/sponsors/austenstone"],"categories":[],"sub_categories":[],"readme":"# Job Summary Action\n\nGet and convert job summaries to Md, PDF, and HTML.\n\n\u003e [!TIP]\n\u003e Try combining this with notification actions such as [send-email](https://github.com/marketplace/actions/send-email), [slack](https://github.com/marketplace/actions/slack-send), [teams](https://github.com/marketplace/actions/microsoft-teams-notification), [discord](https://github.com/marketplace/actions/discord-message-notify), etc.\n\n#### Usage\nCall the action and it will save the job summary as a PDF called job-summary.pdf\n\n```yml\n      - uses: austenstone/job-summary@v2.0\n```\n\n#### Usage to get only markdown summary\n\n```yml\n      - uses: austenstone/job-summary@v2.0\n        id: job-summary\n        with:\n          create-pdf: false\n      - run: echo \"${{ steps.job-summary.outputs.job-summary }}\"\n```\n\n\u003c!-- #### Just get the Job Summary from URL\n```yml\n      - uses: austenstone/job-id@v1\n        id: job-id\n      - run: curl -s -H \"Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}\" https://github.com/${{ github.repository }}/actions/runs/$GITHUB_RUN_ID/jobs/$GITHUB_JOB_ID/summary_raw\n        env:\n          GITHUB_JOB_ID: ${{ steps.job-id.outputs.job-id }}\n``` --\u003e\n\n## ➡️ Inputs\nVarious inputs are defined in [`action.yml`](action.yml):\n\n| Name | Description | Default | Required |\n| --- | - | - | - |\n| name | The name of the Md and PDF file. | README | false |\n| create-pdf | Whether to create a PDF file. | true | false |\n| create-pdf-artifact | If the PDF will be saved as an artifact. | true | false |\n| create-md | Whether to create a markdown file. | true | false |\n| create-md-artifact | If the markdown will be saved as an artifact. | true | false |\n\n## ⬅️ Outputs\n| Name | Description |\n| --- | - |\n| job-summary | The full job summary as markdown. |\n| pdf-file | The path to the PDF file. |\n| md-file | The path to the markdown file. |\n\n## Further help\nTo get more help on the Actions see [documentation](https://docs.github.com/en/actions).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustenstone%2Fjob-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustenstone%2Fjob-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustenstone%2Fjob-summary/lists"}