# action-github-commit **Repository Path**: mirrors_getsentry/action-github-commit ## Basic Information - **Project Name**: action-github-commit - **Description**: GitHub Action to commit to GitHub using the API - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # getsentry/action-github-commit typescript-action status Commits any changed files using the GitHub API. ## Usage See the [Sentry repo](https://github.com/getsentry/sentry/tree/master/.github/workflows) for real world examples. Note: You may want to use a non-default GitHub token (e.g. not the GH Action token) as it will not trigger follow-up workflow runs! ### Inputs [Use the source](https://github.com/getsentry/action-github-commit/blob/main/action.yml). ## Installation Add the following to your workflow config ```yaml - name: Commit changes uses: getsentry/action-github-commit@v2.0.0 ```