{"id":21870192,"url":"https://github.com/qoomon/actions--create-commit","last_synced_at":"2026-04-09T16:01:08.996Z","repository":{"id":224605249,"uuid":"763726328","full_name":"qoomon/actions--create-commit","owner":"qoomon","description":"GitHub Action to create signed commits from within a GitHub Action workflow ","archived":false,"fork":false,"pushed_at":"2025-04-14T10:46:43.000Z","size":1069,"stargazers_count":15,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T23:43:19.736Z","etag":null,"topics":["action","commit","git","github-actions","sign","verified"],"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/qoomon.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}},"created_at":"2024-02-26T20:10:15.000Z","updated_at":"2025-04-14T10:46:39.000Z","dependencies_parsed_at":"2025-01-06T12:24:52.042Z","dependency_job_id":"1f30b78c-1a5c-41df-8d2b-067c422213b3","html_url":"https://github.com/qoomon/actions--create-commit","commit_stats":null,"previous_names":["qoomon/commit","qoomon/actions--commit","qoomon/actions--create-commit"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoomon%2Factions--create-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoomon%2Factions--create-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoomon%2Factions--create-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoomon%2Factions--create-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qoomon","download_url":"https://codeload.github.com/qoomon/actions--create-commit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981259,"owners_count":21193143,"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":["action","commit","git","github-actions","sign","verified"],"created_at":"2024-11-28T06:10:36.150Z","updated_at":"2026-04-09T16:01:03.889Z","avatar_url":"https://github.com/qoomon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create Commit \u0026nbsp; [![starline](https://starlines.qoo.monster/assets/qoomon/actions--create-commit)](https://github.com/qoomon/starline)\n[![Actions](https://img.shields.io/badge/qoomon-GitHub%20Actions-blue)](https://github.com/qoomon/actions)\n\nThis action will create a new commit via GitHub API, committer and author are related to given token identity.\nCommits getting signed, if a GitHub App token (`ghs_***`) is used and will be marked as `verified` in the GitHub web interface.\n\n### Example\n\n```yaml\njobs:\n  example:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          ref: ${{ github.ref }}\n      - run: |\n          date \u003e dummy.txt\n          git add dummy.txt\n\n      - uses: qoomon/actions--create-commit@v1\n        id: commit\n        with:\n          message: work work\n          skip-empty: true\n\n      - run: git push\n```\n\n### Inputs\n\n```yaml\ninputs:\n  message:\n    description: 'The commit message'\n    required: true\n  amend:\n    description: 'Amend the last commit'\n    default: false\n  allow-empty:\n    description: 'Allow an empty commit'\n    default: false\n  skip-empty:\n    description: 'Skip action, if nothing to commit'\n    default: false\n\n  token:\n    description: 'A GitHub access token'\n    required: true\n    default: ${{ github.token }}\n  working-directory:\n    description: 'The working directory'\n    required: true\n    default: '.'\n  remoteName:\n    description: 'The remote name to create the commit at.'\n    required: true\n    default: 'origin'\n```\n\n### Outputs\n\n```yaml\noutputs:\n  commit:\n    description: 'The commit hash, if a commit was created'\n```\n\n## Development\n\n### Release New Action Version\n\nTrigger [Release Version workflow](/actions/workflows/action-release.yaml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoomon%2Factions--create-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqoomon%2Factions--create-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoomon%2Factions--create-commit/lists"}