{"id":21232863,"url":"https://github.com/offensive-vk/auto-commit-push","last_synced_at":"2026-05-18T22:11:02.487Z","repository":{"id":256155427,"uuid":"854180322","full_name":"offensive-vk/auto-commit-push","owner":"offensive-vk","description":"Super Simple Github Action to Commit \u0026 Push Your Changes to a Git Repo.","archived":false,"fork":false,"pushed_at":"2025-02-16T11:09:45.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T17:23:05.869Z","etag":null,"topics":["automated","commit","github","push"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/auto-commit-push","language":"Shell","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/offensive-vk.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":"2024-09-08T15:35:19.000Z","updated_at":"2025-02-16T11:11:49.000Z","dependencies_parsed_at":"2024-10-27T10:34:28.803Z","dependency_job_id":"8ba3c6e1-9d93-4a58-9c90-b8cca867108d","html_url":"https://github.com/offensive-vk/auto-commit-push","commit_stats":null,"previous_names":["offensive-vk/auto-commit-push"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-commit-push","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-commit-push/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-commit-push/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offensive-vk%2Fauto-commit-push/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offensive-vk","download_url":"https://codeload.github.com/offensive-vk/auto-commit-push/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676708,"owners_count":20329431,"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":["automated","commit","github","push"],"created_at":"2024-11-20T23:54:57.536Z","updated_at":"2026-05-18T22:11:02.435Z","avatar_url":"https://github.com/offensive-vk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# auto-commit-push\n\nAutomatically Commit and Push Changes to Your Repository\n\nSimplify your workflow by automating the commit and push process. This action is designed to:\n\n- Create commits: Generates commits with customizable messages.\n- Push to remote: Pushes your commits to a specified remote branch.\n\nFor example:\n\n```yaml\nname: Auto Commit \u0026 Push\n\non:\n  workflow_dispatch:\n\npermissions:\n  contents: write\n\njobs:\n  auto-commit-push:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - name: Commit and Push\n        uses: offensive-vk/auto-commit-push@v8\n        with:\n          name: 'Your Name'\n          email: 'your@email.com'\n          message: 'Commit Message'\n          branch: main\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Usage\n\n### Inputs\n\n| Name | Description | Required | Default |\n| --- | --- | --- | --- |\n| name | Your name | true | github-actions[bot] |\n| email | Your email | true | github-actions[bot]@users.noreply.github.com|\n| message | Commit message | true | Automated Commit by Actions. |\n| branch | Target branch | true | main |\n| github-token | Github repository token | true | github.token |\n| co-authors | Co-authors (comma-separated) | false | null |\n| push_options | Push options (eg. --force) | false | '' |\n| commit_options | Commit options (eg. -S -a, --no-verify) | false | '' |\n| add_options | Add options (eg. -u) | false | '' |\n\n### Outputs\n\nNone\n\n***\n\n\u003cp align=\"center\"\u003e\n  \u003ci\u003e\u0026copy; \u003ca href=\"https://github.com/offensive-vk/\"\u003eVedansh \u003c/a\u003e 2020 - Present\u003c/i\u003e\u003cbr\u003e\n  \u003ci\u003eLicensed under \u003ca href=\"https://github.com/offensive-vk/auto-issue?tab=MIT-1-ov-file\"\u003eMIT\u003c/a\u003e\u003c/i\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/TheHamsterBot\"\u003e\u003cimg src=\"https://i.ibb.co/4KtpYxb/octocat-clean-mini.png\" alt=\"hamster\"/\u003e\u003c/a\u003e\u003cbr\u003e\n  \u003csup\u003eThanks for visiting :)\u003c/sup\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffensive-vk%2Fauto-commit-push","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffensive-vk%2Fauto-commit-push","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffensive-vk%2Fauto-commit-push/lists"}