{"id":22093110,"url":"https://github.com/orlovm/wiki-action","last_synced_at":"2025-07-29T07:32:01.063Z","repository":{"id":65158295,"uuid":"361237782","full_name":"orlovm/Wiki-Action","owner":"orlovm","description":"Action to update repository's wiki with changes from main repository.","archived":false,"fork":false,"pushed_at":"2022-10-31T11:01:16.000Z","size":32,"stargazers_count":11,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-01T03:13:14.434Z","etag":null,"topics":["wiki","wiki-files"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/orlovm.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-24T18:30:16.000Z","updated_at":"2024-09-19T17:51:16.000Z","dependencies_parsed_at":"2023-01-05T04:49:30.526Z","dependency_job_id":null,"html_url":"https://github.com/orlovm/Wiki-Action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovm%2FWiki-Action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovm%2FWiki-Action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovm%2FWiki-Action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orlovm%2FWiki-Action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orlovm","download_url":"https://codeload.github.com/orlovm/Wiki-Action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227998826,"owners_count":17853788,"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":["wiki","wiki-files"],"created_at":"2024-12-01T03:12:36.455Z","updated_at":"2024-12-03T20:50:37.516Z","avatar_url":"https://github.com/orlovm.png","language":"Shell","readme":"# OrlovM/Wiki-Action\nManage your wiki files in your repository. This action will push changes to the wiki repository.  \n\n\n---\n### Features\n\n- Automatically pushes changes from specified directiory to the wiki.\n- Uses author from repository's git commit.\n- Uses the commit message from repository's git commit. \n- It's easy to pull request/merge wiki files. \n\n---\n### Usage\n\nYou should have a copy of your wiki inside your repository.\nUse ```git clone [RepositoryName].wiki.git wiki``` to clone a wiki repo inside your repository.\n\nIf wiki does not exist yet, create an empty page on Github wiki through Github web interface.\n\n\nExample yaml config:\n\n```yaml\nname: Update Wiki\n\non:\n  push:\n    paths:\n      - 'wiki/**'\n    branches:\n      - master\njobs:\n  update-wiki:\n    runs-on: ubuntu-latest\n    name: Update wiki\n    steps:\n    - uses: OrlovM/Wiki-Action@v1\n      with:\n        path: 'wiki'\n        token: ${{ secrets.GITHUB_TOKEN }}\n```\n---\nThe possible inputs are:\n\n- `path`: (string, required): The directory where your files are located. \n- `token`: (string, required): GitHub access token. In common case it will be appropriate to use GitHub provided action token \"${{ secrets.GITHUB_TOKEN }}\". More info: https://docs.github.com/en/actions/reference/authentication-in-a-workflow\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forlovm%2Fwiki-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forlovm%2Fwiki-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forlovm%2Fwiki-action/lists"}