{"id":41758368,"url":"https://github.com/x-color/github-actions-job-summary","last_synced_at":"2026-01-25T02:04:35.284Z","repository":{"id":50650457,"uuid":"519717516","full_name":"x-color/github-actions-job-summary","owner":"x-color","description":"It is GitHub Actions that generates GitHub Actions Job Summary with Markdown file.","archived":false,"fork":false,"pushed_at":"2023-03-07T07:04:40.000Z","size":444,"stargazers_count":2,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-31T10:44:25.608Z","etag":null,"topics":["actions","gh-actions","github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x-color.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2022-07-31T08:18:30.000Z","updated_at":"2024-02-09T14:49:09.000Z","dependencies_parsed_at":"2023-02-17T02:35:23.513Z","dependency_job_id":null,"html_url":"https://github.com/x-color/github-actions-job-summary","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"91bbfe6fb3ba53c9d0304991601cf2508e8098a2"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/x-color/github-actions-job-summary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-color%2Fgithub-actions-job-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-color%2Fgithub-actions-job-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-color%2Fgithub-actions-job-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-color%2Fgithub-actions-job-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x-color","download_url":"https://codeload.github.com/x-color/github-actions-job-summary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-color%2Fgithub-actions-job-summary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28741642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T01:40:51.112Z","status":"online","status_checked_at":"2026-01-25T02:00:06.841Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","gh-actions","github-actions"],"created_at":"2026-01-25T02:04:34.555Z","updated_at":"2026-01-25T02:04:35.272Z","avatar_url":"https://github.com/x-color.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions Job Summary\n\nIt is GitHub Actions to generate GitHub Actions Job Summary with Markdown file.\n\n## Usage\n\n```yaml\n- uses: x-color/github-actions-job-summary@v0.1.0\n  with:\n    file: \u003cfile path\u003e\n    vars: |\n      \u003cvariables\u003e\n```\n\n| name | description                                  | required |\n| ---- | -------------------------------------------- | -------- |\n| file | It is a markdown file path                   | true     |\n| vars | The action fills the variables into the file | false    |\n\n## Sample\n\nWhen you use these files\n\n.github/workflows/main.yaml\n\n```yaml\non:\n  push:\n      - main\n\njobs:\n  generate:\n    runs-on: ubuntu-latest\n    steps:\n      - name: time\n        id: time\n        run: |\n          time=$(date)\n          echo \"::set-output name=time::$time\"\n      - uses: x-color/github-actions-job-summary@v0.1.0\n        with:\n          file: .github/workflows/summary.md\n          vars: |\n            message: sample text\n            count: 3\n            time: ${{ steps.time.outputs.time }}\n\n```\n\n.github/workflows/summary.md\n\n```md\n# Sample\n\n'{message}' is embedded text.\nCount is {count}.\nGenerated at {time}.\n```\n\nThe action generates the following summary.\n\n```md\n# Sample\n\n'sample text' is embedded text.\nCount is 3.\nGenerated at Sun Jul 31 00:00:00 UTC 2022..\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-color%2Fgithub-actions-job-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-color%2Fgithub-actions-job-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-color%2Fgithub-actions-job-summary/lists"}