{"id":23468366,"url":"https://github.com/dikkadev/gomarkdoc-action","last_synced_at":"2026-05-02T06:34:15.019Z","repository":{"id":114594074,"uuid":"596970540","full_name":"dikkadev/gomarkdoc-action","owner":"dikkadev","description":"A GitHub Action that generates markdown documentation from Go source code.","archived":false,"fork":false,"pushed_at":"2023-02-03T11:54:44.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-21T00:02:30.155Z","etag":null,"topics":["docs","github-actions","go","golang"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dikkadev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-02-03T10:35:54.000Z","updated_at":"2023-02-11T10:14:31.000Z","dependencies_parsed_at":"2023-07-19T18:00:35.559Z","dependency_job_id":null,"html_url":"https://github.com/dikkadev/gomarkdoc-action","commit_stats":null,"previous_names":["sett17/gomarkdoc-action"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/dikkadev/gomarkdoc-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fgomarkdoc-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fgomarkdoc-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fgomarkdoc-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fgomarkdoc-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dikkadev","download_url":"https://codeload.github.com/dikkadev/gomarkdoc-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fgomarkdoc-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32525890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["docs","github-actions","go","golang"],"created_at":"2024-12-24T13:52:51.964Z","updated_at":"2026-05-02T06:34:15.005Z","avatar_url":"https://github.com/dikkadev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# gomarkdoc\r\n\r\nA GitHub Action that generates markdown documentation from Go source code.\r\n\r\n## Inputs\r\n\r\n### output-file\r\n\r\n**Required** The output file to write the documentation to. Default: `DOC.md`\r\n\r\n## Usage\r\n\r\nThe action is designed to run as part of your GitHub Actions workflow. An example workflow that generates documentation and commits it to the repository is as follows:\r\n\r\nyamlCopy code\r\n\r\n```yaml\r\nname: Generate documentation\r\n\r\non:\r\n  push:\r\n    branches:\r\n      - main\r\n\r\npermissions:\r\n  contents: write\r\n\r\njobs:\r\n  generate-docs:\r\n    runs-on: ubuntu-latest\r\n\r\n    steps:\r\n      - name: Checkout code\r\n        uses: actions/checkout@v2\r\n\r\n      - name: Generate documentation\r\n        uses: Sett17/gomarkdoc-action@latest\r\n        with:\r\n          output-file: DOC.md\r\n\r\n      - name: Commit documentation\r\n        uses: EndBug/add-and-commit@v9\r\n        with:\r\n          commit: --signoff\r\n          default_author: github_actor\r\n          message: 'Update docs'\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikkadev%2Fgomarkdoc-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdikkadev%2Fgomarkdoc-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikkadev%2Fgomarkdoc-action/lists"}